aboutsummaryrefslogtreecommitdiff
path: root/gui/PopUpWidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/PopUpWidget.h')
-rw-r--r--gui/PopUpWidget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/PopUpWidget.h b/gui/PopUpWidget.h
index 532c7e4d48..c94a64fd9b 100644
--- a/gui/PopUpWidget.h
+++ b/gui/PopUpWidget.h
@@ -60,7 +60,7 @@ protected:
int _labelSpacing;
public:
- PopUpWidget(GuiObject *boss, String name, const String &label, uint labelWidth = 0);
+ PopUpWidget(GuiObject *boss, const String &name, const String &label, uint labelWidth = 0);
void changeLabelWidth(uint newWidth) { _labelWidth = newWidth; }