diff options
Diffstat (limited to 'gui/browser.h')
-rw-r--r-- | gui/browser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/browser.h b/gui/browser.h index c017b0e4fb..97b573f1ee 100644 --- a/gui/browser.h +++ b/gui/browser.h @@ -48,7 +48,7 @@ public: virtual void handleCommand(CommandSender *sender, uint32 cmd, uint32 data); #endif - const FilesystemNode &getResult() { return _choice; }; + const FilesystemNode &getResult() { return _choice; } protected: |