SOURCES: amarok-fixcpp.patch (NEW) - fnctions declarations/definit...

djurban djurban at pld-linux.org
Tue Oct 18 12:36:47 CEST 2005


Author: djurban                      Date: Tue Oct 18 10:36:47 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fnctions declarations/definitions in the class 
  body dont need explicit scope modifiers

---- Files affected:
SOURCES:
   amarok-fixcpp.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/amarok-fixcpp.patch
diff -u /dev/null SOURCES/amarok-fixcpp.patch:1.1
--- /dev/null	Tue Oct 18 12:36:47 2005
+++ SOURCES/amarok-fixcpp.patch	Tue Oct 18 12:36:42 2005
@@ -0,0 +1,11 @@
+--- amarok-1.3.3/amarok/src/ktrm.cpp~	2005-10-09 18:12:00.000000000 +0200
++++ amarok-1.3.3/amarok/src/ktrm.cpp	2005-10-18 00:43:04.000000000 +0200
+@@ -61,7 +61,7 @@
+         return &handler;
+     }
+ 
+-    int KTRMRequestHandler::startLookup(KTRMLookup *lookup)
++    int startLookup(KTRMLookup *lookup)
+     {
+         int id;
+ 
================================================================



More information about the pld-cvs-commit mailing list