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 139ac3d26a..51bfb64562 100644
--- a/gui/browser.h
+++ b/gui/browser.h
@@ -41,8 +41,8 @@ public:
virtual void open();
virtual void close();
virtual void handleCommand(CommandSender *sender, uint32 cmd, uint32 data);
-
- FilesystemNode *getResult() { return _choice; };
+
+ FilesystemNode *getResult() { return _choice; };
protected:
ListWidget *_fileList;
@@ -50,7 +50,7 @@ protected:
FilesystemNode *_node;
FSList *_nodeContent;
FilesystemNode *_choice;
-
+
void updateListing();
};