diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-12-23 01:47:57 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-12-23 01:47:57 +0300 |
commit | b226f23946987a649fb50bc6d9df2dd8afa7ade1 (patch) | |
tree | 25dc0c5e10d9db78d1eb463b3c98070ccc89a8bb /src/gui/widgets/layouthelper.h | |
parent | 1a9ffd99f2b199501bf0f23e368bcd91d05fd277 (diff) | |
download | plus-b226f23946987a649fb50bc6d9df2dd8afa7ade1.tar.gz plus-b226f23946987a649fb50bc6d9df2dd8afa7ade1.tar.bz2 plus-b226f23946987a649fb50bc6d9df2dd8afa7ade1.tar.xz plus-b226f23946987a649fb50bc6d9df2dd8afa7ade1.zip |
Add const attribute to gui classes.
Diffstat (limited to 'src/gui/widgets/layouthelper.h')
-rw-r--r-- | src/gui/widgets/layouthelper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/layouthelper.h b/src/gui/widgets/layouthelper.h index 2d51ab01d..31fd4dd1e 100644 --- a/src/gui/widgets/layouthelper.h +++ b/src/gui/widgets/layouthelper.h @@ -53,7 +53,7 @@ class LayoutHelper final : public WidgetListener /** * Gets the layout handler. */ - const Layout &getLayout() const A_WARN_UNUSED; + const Layout &getLayout() const A_WARN_UNUSED A_CONST; /** * Computes the position of the widgets according to the current |