diff options
Diffstat (limited to 'src/gui/widgets/checkbox.h')
-rw-r--r-- | src/gui/widgets/checkbox.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/widgets/checkbox.h b/src/gui/widgets/checkbox.h index 27e0a118b..d3c26153b 100644 --- a/src/gui/widgets/checkbox.h +++ b/src/gui/widgets/checkbox.h @@ -95,9 +95,9 @@ class CheckBox final : public Widget, */ CheckBox(const Widget2 *const widget, const std::string &restrict caption, - const bool selected = false, - ActionListener *const listener = nullptr, - const std::string &restrict eventId = ""); + const bool selected, + ActionListener *const listener, + const std::string &restrict eventId); A_DELETE_COPY(CheckBox) |