From d0f19de871aa0d370297327bb0b429fa0eddc443 Mon Sep 17 00:00:00 2001 From: Peter Moulder Date: Thu, 24 Apr 2008 03:06:59 +0000 Subject: noop: Address a couple of warnings from g++-4.3. (bzr r5504) --- src/ui/widget/labelled.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ui/widget/labelled.cpp') diff --git a/src/ui/widget/labelled.cpp b/src/ui/widget/labelled.cpp index 8f9eda3d7..72c4f6785 100644 --- a/src/ui/widget/labelled.cpp +++ b/src/ui/widget/labelled.cpp @@ -71,13 +71,13 @@ void Labelled::setWidgetSizeRequest(int width, int height) } -const Gtk::Widget* const +Gtk::Widget const * Labelled::getWidget() const { return _widget; } -const Gtk::Label* const +Gtk::Label const * Labelled::getLabel() const { return _label; -- cgit v1.2.3