]> git.pld-linux.org Git - packages/doxygen.git/commitdiff
- obsolete
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 21 Jun 2006 10:05:12 +0000 (10:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    doxygen-gcc4.patch -> 1.2

doxygen-gcc4.patch [deleted file]

diff --git a/doxygen-gcc4.patch b/doxygen-gcc4.patch
deleted file mode 100644 (file)
index 73f2371..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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.191012 seconds and 4 git commands to generate.