diff options
Diffstat (limited to 'gui/PopUpWidget.h')
-rw-r--r-- | gui/PopUpWidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/PopUpWidget.h b/gui/PopUpWidget.h index 4b20415e72..963485e28d 100644 --- a/gui/PopUpWidget.h +++ b/gui/PopUpWidget.h @@ -53,7 +53,7 @@ protected: uint _labelWidth; public: - PopUpWidget(GuiObject *boss, int x, int y, int w, int h, const String &label, uint labelWidth); + PopUpWidget(GuiObject *boss, int x, int y, int w, int h, const String &label, uint labelWidth = 0); void handleMouseDown(int x, int y, int button, int clickCount); |