diff --git a/app-doc/doxygen/files/doxygen-gcc4.patch b/app-doc/doxygen/files/doxygen-gcc4.patch new file mode 100644 --- /dev/null +++ b/app-doc/doxygen/files/doxygen-gcc4.patch @@ -0,0 +1,11 @@ +--- qtools/qvaluestack.h.orig ++++ qtools/qvaluestack.h +@@ -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(); }