diff options
Diffstat (limited to 'gui/storagewizarddialog.h')
-rw-r--r-- | gui/storagewizarddialog.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gui/storagewizarddialog.h b/gui/storagewizarddialog.h index 93e368463c..fa45f922d9 100644 --- a/gui/storagewizarddialog.h +++ b/gui/storagewizarddialog.h @@ -66,7 +66,9 @@ class StorageWizardDialog : public Dialog { public: StorageWizardDialog(uint32 storageId); - void handleCommand(CommandSender *sender, uint32 cmd, uint32 data); + virtual void open(); + virtual void close(); + virtual void handleCommand(CommandSender *sender, uint32 cmd, uint32 data); }; } // End of namespace GUI |