]> git.pld-linux.org Git - packages/krusader.git/blob - krusader-vfs.h.patch
- reverted last commit
[packages/krusader.git] / krusader-vfs.h.patch
1 --- krusader/VFS/vfs.h~ 2005-10-08 22:48:24.000000000 +0200
2 +++ krusader/VFS/vfs.h  2007-03-11 14:32:51.000000000 +0100
3 @@ -134,7 +134,7 @@
4  
5  protected:
6         /// Feel the vfs dictionary with vfiles, must be implemented for each vfs
7 -       virtual bool populateVfsList(const KURL& origin, bool showHidden) = 0L;
8 +       virtual bool populateVfsList(const KURL& origin, bool showHidden) = 0;
9         /// Set the vfile list pointer
10         void setVfsFilesP(vfileDict* dict);
11         /// clear and delete all current vfiles
This page took 0.023496 seconds and 3 git commands to generate.