aboutsummaryrefslogtreecommitdiff
path: root/gui/ListWidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/ListWidget.h')
-rw-r--r--gui/ListWidget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/ListWidget.h b/gui/ListWidget.h
index 2ee8ed8c37..4cb89f020b 100644
--- a/gui/ListWidget.h
+++ b/gui/ListWidget.h
@@ -63,7 +63,7 @@ protected:
public:
ListWidget(GuiObject *boss, int x, int y, int w, int h, WidgetSize ws = kDefaultWidgetSize);
- ListWidget(GuiObject *boss, String name, WidgetSize ws = kDefaultWidgetSize);
+ ListWidget(GuiObject *boss, String name);
virtual ~ListWidget();
void init(GuiObject *boss, int w, WidgetSize ws);