aboutsummaryrefslogtreecommitdiff
path: root/gui/widget.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/widget.h')
-rw-r--r--gui/widget.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/widget.h b/gui/widget.h
index 830297f0f9..58c16a7d14 100644
--- a/gui/widget.h
+++ b/gui/widget.h
@@ -187,6 +187,7 @@ protected:
class CheckboxWidget : public ButtonWidget {
protected:
bool _state;
+ const WidgetSize _ws;
public:
CheckboxWidget(GuiObject *boss, int x, int y, int w, int h, const String &label, uint32 cmd = 0, uint8 hotkey = 0, WidgetSize ws = kDefaultWidgetSize);