SOURCES: doxygen-gcc4.patch (NEW) - new

adamg adamg at pld-linux.org
Sun Dec 11 22:06:20 CET 2005


Author: adamg                        Date: Sun Dec 11 21:06:20 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- new

---- Files affected:
SOURCES:
   doxygen-gcc4.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/doxygen-gcc4.patch
diff -u /dev/null SOURCES/doxygen-gcc4.patch:1.1
--- /dev/null	Sun Dec 11 22:06:20 2005
+++ SOURCES/doxygen-gcc4.patch	Sun Dec 11 22:06:15 2005
@@ -0,0 +1,11 @@
+--- 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(); }
================================================================



More information about the pld-cvs-commit mailing list