diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-07-08 20:42:40 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-07-08 20:42:40 +0300 |
commit | 1fcd75140b847a0e50584fc07fc47d90c9dd9fa8 (patch) | |
tree | 5c1b23c7eabc7d421f46d40ab0bf787ef7dac49b /src/gui/widgets/layouthelper.h | |
parent | 53bc0b25c23f8f24d4119ae6fb5ba6ca0a91be19 (diff) | |
download | plus-1fcd75140b847a0e50584fc07fc47d90c9dd9fa8.tar.gz plus-1fcd75140b847a0e50584fc07fc47d90c9dd9fa8.tar.bz2 plus-1fcd75140b847a0e50584fc07fc47d90c9dd9fa8.tar.xz plus-1fcd75140b847a0e50584fc07fc47d90c9dd9fa8.zip |
Add small optimisations and fixes.
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 9b2795be7..c38356c07 100644 --- a/src/gui/widgets/layouthelper.h +++ b/src/gui/widgets/layouthelper.h @@ -54,7 +54,7 @@ class LayoutHelper : public gcn::WidgetListener /** * Gets the layout handler. */ - Layout &getLayout(); + const Layout &getLayout() const; /** * Computes the position of the widgets according to the current |