diff options
Diffstat (limited to 'src/gui/widgets')
-rw-r--r-- | src/gui/widgets/widgetgroup.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/widgetgroup.h b/src/gui/widgets/widgetgroup.h index 6fda2b974..129581ebc 100644 --- a/src/gui/widgets/widgetgroup.h +++ b/src/gui/widgets/widgetgroup.h @@ -49,7 +49,7 @@ class WidgetGroup notfinal : public Container, void widgetResized(const Event &event) override final A_CONST; virtual Widget *createWidget(const std::string &name, - const bool pressed = false) + const bool pressed) const A_WARN_UNUSED = 0; protected: |