diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-12-26 02:44:21 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-12-26 02:44:21 +0300 |
commit | f444f23a15f8470c03f84bf35af57b6596e066a4 (patch) | |
tree | 821f2d822af73cfb76c9b3a4e386882875df8d21 /src | |
parent | 1daf7c7dacf8e2b6aa11eb6a77353778e82ec0ec (diff) | |
download | plus-f444f23a15f8470c03f84bf35af57b6596e066a4.tar.gz plus-f444f23a15f8470c03f84bf35af57b6596e066a4.tar.bz2 plus-f444f23a15f8470c03f84bf35af57b6596e066a4.tar.xz plus-f444f23a15f8470c03f84bf35af57b6596e066a4.zip |
Remove default parameters from popuplist.
Diffstat (limited to 'src')
-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 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(); |