summaryrefslogtreecommitdiff
path: root/src/gui/widgets/widgetgroup.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-08-22 02:43:41 +0300
committerAndrei Karas <akaras@inbox.ru>2017-08-22 02:43:41 +0300
commit42768dd5dde30fce927b5582c97dc31a7903f29a (patch)
treec955a791939ea034751e103caf0e13a136d0c454 /src/gui/widgets/widgetgroup.h
parent27d3f4f1af359634dc3eddcfd155efc65f54e6c0 (diff)
downloadplus-42768dd5dde30fce927b5582c97dc31a7903f29a.tar.gz
plus-42768dd5dde30fce927b5582c97dc31a7903f29a.tar.bz2
plus-42768dd5dde30fce927b5582c97dc31a7903f29a.tar.xz
plus-42768dd5dde30fce927b5582c97dc31a7903f29a.zip
Remove default parameter from WidgetGroup::createWidget.
Diffstat (limited to 'src/gui/widgets/widgetgroup.h')
-rw-r--r--src/gui/widgets/widgetgroup.h2
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: