From f444f23a15f8470c03f84bf35af57b6596e066a4 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 26 Dec 2017 02:44:21 +0300 Subject: Remove default parameters from popuplist. --- src/gui/widgets/popuplist.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/gui/widgets/popuplist.h b/src/gui/widgets/popuplist.h index 02c38b4ed..e6e27913b 100644 --- a/src/gui/widgets/popuplist.h +++ b/src/gui/widgets/popuplist.h @@ -41,7 +41,7 @@ class PopupList final : public Popup, PopupList(DropDown *const widget, ListModel *const listModel, const bool extended, - const Modal modal = Modal_false); + const Modal modal); ~PopupList(); -- cgit v1.2.3-60-g2f50