]> git.pld-linux.org Git - packages/doxygen.git/commitdiff
- new auto/th/doxygen-1_4_5-1
authorAdam Gołębiowski <adamg@pld-linux.org>
Sun, 11 Dec 2005 21:06:15 +0000 (21:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    doxygen-gcc4.patch -> 1.1

doxygen-gcc4.patch [new file with mode: 0644]

diff --git a/doxygen-gcc4.patch b/doxygen-gcc4.patch
new file mode 100644 (file)
index 0000000..73f2371
--- /dev/null
@@ -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(); }
This page took 0.094477 seconds and 4 git commands to generate.