aboutsummaryrefslogtreecommitdiff
path: root/gui/browser.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/browser.h')
-rw-r--r--gui/browser.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gui/browser.h b/gui/browser.h
index c8bdec26a2..8dc7eda43a 100644
--- a/gui/browser.h
+++ b/gui/browser.h
@@ -50,7 +50,7 @@ public:
virtual void handleCommand(CommandSender *sender, uint32 cmd, uint32 data);
#endif
- const Common::FilesystemNode &getResult() { return _choice; }
+ const Common::FSNode &getResult() { return _choice; }
protected:
#ifdef MACOSX
@@ -58,10 +58,10 @@ protected:
#else
ListWidget *_fileList;
StaticTextWidget *_currentPath;
- Common::FilesystemNode _node;
+ Common::FSNode _node;
Common::FSList _nodeContent;
#endif
- Common::FilesystemNode _choice;
+ Common::FSNode _choice;
bool _isDirBrowser;
#ifndef MACOSX