packages: kdeaddons/gcc45.patch - fix code (thx patrys)

glen glen at pld-linux.org
Tue May 25 10:49:59 CEST 2010


Author: glen                         Date: Tue May 25 08:49:59 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- fix code (thx patrys)

---- Files affected:
packages/kdeaddons:
   gcc45.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: packages/kdeaddons/gcc45.patch
diff -u packages/kdeaddons/gcc45.patch:1.1 packages/kdeaddons/gcc45.patch:1.2
--- packages/kdeaddons/gcc45.patch:1.1	Tue May 25 00:32:10 2010
+++ packages/kdeaddons/gcc45.patch	Tue May 25 10:49:54 2010
@@ -1,11 +1,11 @@
---- /home/glen/BUILD/kdeaddons-3.5.10/kate/tabbarextension/plugin_katetabbarextension.h~	2010-05-25 01:31:19.773976643 +0300
-+++ /home/glen/BUILD/kdeaddons-3.5.10/kate/tabbarextension/plugin_katetabbarextension.h	2010-05-25 01:31:21.644272725 +0300
+--- kdeaddons-3.5.10/kate/tabbarextension/plugin_katetabbarextension.h~	2010-05-25 01:31:19.773976643 +0300
++++ kdeaddons-3.5.10/kate/tabbarextension/plugin_katetabbarextension.h	2010-05-25 01:31:21.644272725 +0300
 @@ -53,7 +53,7 @@
  class MyPtrList : public QPtrList <KateTabBarButton>
  {
    public:
 -  MyPtrList() { QPtrList<KateTabBarButton>::QPtrList(); }
-+  MyPtrList() { QPtrList(); }
++  MyPtrList(): QPtrList() {}
  
    virtual int compareItems ( QPtrCollection::Item item1_, QPtrCollection::Item item2_ );
  };
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/kdeaddons/gcc45.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list