From 42768dd5dde30fce927b5582c97dc31a7903f29a Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 22 Aug 2017 02:43:41 +0300 Subject: Remove default parameter from WidgetGroup::createWidget. --- src/gui/widgets/widgetgroup.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui') 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: -- cgit v1.2.3-60-g2f50