diff options
Diffstat (limited to 'src/gui/widgets/dropdown.h')
-rw-r--r-- | src/gui/widgets/dropdown.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/widgets/dropdown.h b/src/gui/widgets/dropdown.h index c345fc6cc..f2266ceda 100644 --- a/src/gui/widgets/dropdown.h +++ b/src/gui/widgets/dropdown.h @@ -68,8 +68,8 @@ class DropDown final : public gcn::ActionListener, */ DropDown(const Widget2 *const widget, gcn::ListModel *const listModel, - bool extended = false, - bool modal = false, + const bool extended = false, + const bool modal = false, gcn::ActionListener *const listener = nullptr, const std::string &eventId = ""); |