diff options
Diffstat (limited to 'gui/ListWidget.h')
-rw-r--r-- | gui/ListWidget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/ListWidget.h b/gui/ListWidget.h index 7c35d9b9fe..dfc93cb1d1 100644 --- a/gui/ListWidget.h +++ b/gui/ListWidget.h @@ -75,6 +75,7 @@ protected: public: ListWidget(GuiObject *boss, const String &name); + ListWidget(GuiObject *boss, int x, int y, int w, int h); virtual ~ListWidget(); virtual Widget *findWidget(int x, int y); |