From 688f074ea549dc84fe5e477d0ee8ce85b26f1b2c Mon Sep 17 00:00:00 2001 From: Neil Millstone Date: Sat, 13 Oct 2007 15:41:34 +0000 Subject: Fixed a load of compile errors, reverted additions to lastPathComponent() which were clearly in error. svn-id: r29204 --- backends/fs/ds/ds-fs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'backends/fs/ds/ds-fs.h') diff --git a/backends/fs/ds/ds-fs.h b/backends/fs/ds/ds-fs.h index 70228f5e38..208572a619 100644 --- a/backends/fs/ds/ds-fs.h +++ b/backends/fs/ds/ds-fs.h @@ -90,7 +90,7 @@ public: */ virtual AbstractFilesystemNode *clone() const { return new DSFileSystemNode(this); } virtual AbstractFilesystemNode *getChild(const Common::String& name) const; - virtual bool getChildren(AbstractFSList &list, ListMode mode = FilesystemNode::kListDirectoriesOnly, bool hidden) const; + virtual bool getChildren(AbstractFSList &list, ListMode mode = FilesystemNode::kListDirectoriesOnly, bool hidden = false) const; virtual AbstractFilesystemNode *getParent() const; /** @@ -155,7 +155,7 @@ public: */ virtual AbstractFilesystemNode *clone() const { return new GBAMPFileSystemNode(this); } virtual AbstractFilesystemNode *getChild(const Common::String& name) const; - virtual bool getChildren(AbstractFSList &list, ListMode mode = FilesystemNode::kListDirectoriesOnly, bool hidden) const; + virtual bool getChildren(AbstractFSList &list, ListMode mode = FilesystemNode::kListDirectoriesOnly, bool hidden = false) const; virtual AbstractFilesystemNode *getParent() const; }; -- cgit v1.2.3