From 1fcd75140b847a0e50584fc07fc47d90c9dd9fa8 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 8 Jul 2011 20:42:40 +0300 Subject: Add small optimisations and fixes. --- src/gui/widgets/layouthelper.cpp | 2 +- src/gui/widgets/layouthelper.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui/widgets') diff --git a/src/gui/widgets/layouthelper.cpp b/src/gui/widgets/layouthelper.cpp index ace204143..54c41635f 100644 --- a/src/gui/widgets/layouthelper.cpp +++ b/src/gui/widgets/layouthelper.cpp @@ -35,7 +35,7 @@ LayoutHelper::~LayoutHelper() mContainer->removeWidgetListener(this); } -Layout &LayoutHelper::getLayout() +const Layout &LayoutHelper::getLayout() const { return mLayout; } 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 -- cgit v1.2.3-60-g2f50