From b226f23946987a649fb50bc6d9df2dd8afa7ade1 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 23 Dec 2015 01:47:57 +0300 Subject: Add const attribute to gui classes. --- src/gui/widgets/widgetgroup.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/widgets/widgetgroup.h') diff --git a/src/gui/widgets/widgetgroup.h b/src/gui/widgets/widgetgroup.h index 5425ffbe8..6356034ff 100644 --- a/src/gui/widgets/widgetgroup.h +++ b/src/gui/widgets/widgetgroup.h @@ -46,7 +46,7 @@ class WidgetGroup notfinal : public Container, void clear() override final; - void widgetResized(const Event &event) override final; + void widgetResized(const Event &event) override final A_CONST; virtual Widget *createWidget(const std::string &name, const bool pressed = false) -- cgit v1.2.3-60-g2f50