diff options
Diffstat (limited to 'src/gui/widgets/popuplist.h')
-rw-r--r-- | src/gui/widgets/popuplist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/popuplist.h b/src/gui/widgets/popuplist.h index 8af5c4ce8..e6fa74d83 100644 --- a/src/gui/widgets/popuplist.h +++ b/src/gui/widgets/popuplist.h @@ -53,7 +53,7 @@ class PopupList final : public Popup, void widgetResized(const Event &event) override final; - void setSelected(int selected); + void setSelected(const int selected); int getSelected() const; |