diff options
Diffstat (limited to 'gui/options.h')
-rw-r--r-- | gui/options.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gui/options.h b/gui/options.h index 0d9ea117b3..b8a084ed7b 100644 --- a/gui/options.h +++ b/gui/options.h @@ -47,6 +47,7 @@ class OptionsDialog : public Dialog { public: OptionsDialog(const Common::String &domain, int x, int y, int w, int h); OptionsDialog(const Common::String &domain, const Common::String &name); + ~OptionsDialog(); void init(); @@ -116,8 +117,6 @@ private: StaticTextWidget *_gmDevicePopUpDesc; PopUpWidget *_gmDevicePopUp; - - // // MIDI controls // |