From 3e8fecc9a62afff0054fa0fa23af86c8ef15a1c9 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 20 Feb 2016 21:19:35 +0300 Subject: Add missing const in gui directory. --- src/gui/widgets/popuplist.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/widgets/popuplist.h') 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; -- cgit v1.2.3-60-g2f50