summaryrefslogtreecommitdiff
path: root/src/gui/widgets/popuplist.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-12-26 02:44:21 +0300
committerAndrei Karas <akaras@inbox.ru>2017-12-26 02:44:21 +0300
commitf444f23a15f8470c03f84bf35af57b6596e066a4 (patch)
tree821f2d822af73cfb76c9b3a4e386882875df8d21 /src/gui/widgets/popuplist.h
parent1daf7c7dacf8e2b6aa11eb6a77353778e82ec0ec (diff)
downloadplus-f444f23a15f8470c03f84bf35af57b6596e066a4.tar.gz
plus-f444f23a15f8470c03f84bf35af57b6596e066a4.tar.bz2
plus-f444f23a15f8470c03f84bf35af57b6596e066a4.tar.xz
plus-f444f23a15f8470c03f84bf35af57b6596e066a4.zip
Remove default parameters from popuplist.
Diffstat (limited to 'src/gui/widgets/popuplist.h')
-rw-r--r--src/gui/widgets/popuplist.h2
1 files changed, 1 insertions, 1 deletions
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();