diff options
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(); |