--- doxygen-1.4.5/qtools/qvaluestack.h~ 2003-12-14 22:00:57.000000000 +0000 +++ doxygen-1.4.5/qtools/qvaluestack.h 2005-12-11 20:27:08.000000000 +0000 @@ -54,7 +54,7 @@ { T elem( this->last() ); if ( !this->isEmpty() ) - remove( this->fromLast() ); + this->remove( this->fromLast() ); return elem; } T& top() { return this->last(); }