diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-01-09 04:41:50 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-01-09 04:41:50 +0300 |
commit | 62471b26135021d75f1b9255ab613746ae2ad67a (patch) | |
tree | 6b5e8b29c6c9432ba03ce2fe06a5df4dc19e2ca3 /src/gui/widgets/widgetgroup.h | |
parent | e6704b8b023f5507be7b1bc5ba0b564e30e6e30f (diff) | |
download | manaverse-62471b26135021d75f1b9255ab613746ae2ad67a.tar.gz manaverse-62471b26135021d75f1b9255ab613746ae2ad67a.tar.bz2 manaverse-62471b26135021d75f1b9255ab613746ae2ad67a.tar.xz manaverse-62471b26135021d75f1b9255ab613746ae2ad67a.zip |
Remove useless A_CONST attributes.
Diffstat (limited to 'src/gui/widgets/widgetgroup.h')
-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 cac772778..6ffdf4f0a 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 A_CONST; + void widgetResized(const Event &event) override final; virtual Widget *createWidget(const std::string &name, const bool pressed) |