aboutsummaryrefslogtreecommitdiff
path: root/gui/browser.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/browser.h')
-rw-r--r--gui/browser.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gui/browser.h b/gui/browser.h
index 015d0d536a..4fda0b1596 100644
--- a/gui/browser.h
+++ b/gui/browser.h
@@ -37,7 +37,8 @@ class BrowserDialog : public Dialog {
public:
BrowserDialog(NewGui *gui);
- virtual void open();
+ virtual void open();
+ virtual void close();
virtual void handleCommand(CommandSender *sender, uint32 cmd, uint32 data);
protected: