diff options
Diffstat (limited to 'gui/TabWidget.h')
-rw-r--r-- | gui/TabWidget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/TabWidget.h b/gui/TabWidget.h index 1f71fe2063..938da76513 100644 --- a/gui/TabWidget.h +++ b/gui/TabWidget.h @@ -39,6 +39,7 @@ protected: public: TabWidget(GuiObject *boss, int x, int y, int w, int h); + ~TabWidget(); virtual int16 getChildY() const; |