Author: blekot Date: Sun Mar 11 13:52:41 2007 GMT Module: SOURCES Tag: HEAD ---- Log message: - krusader-vfs.h.patch against th build
---- Files affected: SOURCES: krusader-vfs.h.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/krusader-vfs.h.patch diff -u /dev/null SOURCES/krusader-vfs.h.patch:1.1 --- /dev/null Sun Mar 11 14:52:41 2007 +++ SOURCES/krusader-vfs.h.patch Sun Mar 11 14:52:35 2007 @@ -0,0 +1,11 @@ +--- krusader/VFS/vfs.h~ 2005-10-08 22:48:24.000000000 +0200 ++++ krusader/VFS/vfs.h 2007-03-11 14:32:51.000000000 +0100 +@@ -134,7 +134,7 @@ + + protected: + /// Feel the vfs dictionary with vfiles, must be implemented for each vfs +- virtual bool populateVfsList(const KURL& origin, bool showHidden) = 0L; ++ virtual bool populateVfsList(const KURL& origin, bool showHidden) = 0; + /// Set the vfile list pointer + void setVfsFilesP(vfileDict* dict); + /// clear and delete all current vfiles ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
