Author: qboosh Date: Mon Feb 27 19:41:36 2006 GMT Module: SOURCES Tag: HEAD ---- Log message: - kill extra qualification
---- Files affected: SOURCES: lastfm-player-gcc4.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/lastfm-player-gcc4.patch diff -u /dev/null SOURCES/lastfm-player-gcc4.patch:1.1 --- /dev/null Mon Feb 27 20:41:36 2006 +++ SOURCES/lastfm-player-gcc4.patch Mon Feb 27 20:41:31 2006 @@ -0,0 +1,11 @@ +--- lastfm-player/src/player.h.orig 2006-02-18 12:13:41.000000000 +0100 ++++ lastfm-player/src/player.h 2006-02-27 20:21:15.833241000 +0100 +@@ -44,7 +44,7 @@ + Player( QWidget *parent = 0, QString commandLine = QString( "" ) ); + ~Player(); + +- static bool Player::transmitCli( QString parameter ); ++ static bool transmitCli( QString parameter ); + + + protected: ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
