From ddf75478b48173d82f455c99af3894bd0f9018ff Mon Sep 17 00:00:00 2001 From: Thorbjørn Lindeijer Date: Mon, 20 Jul 2009 09:15:32 +0200 Subject: Fixed a bunch of compile errors/warnings Please turn on -Wall, and if you don't notice your warnings, also turn on -Werror. --- src/gui/statuswindow.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/gui/statuswindow.cpp') diff --git a/src/gui/statuswindow.cpp b/src/gui/statuswindow.cpp index ed073440..9e5bb3cd 100644 --- a/src/gui/statuswindow.cpp +++ b/src/gui/statuswindow.cpp @@ -415,7 +415,7 @@ AttrDisplay::AttrDisplay(int id, const std::string &name): mValue->setAlignment(Graphics::CENTER); mLayout = new LayoutHelper(this); -}; +} std::string AttrDisplay::update() { @@ -441,7 +441,7 @@ DerDisplay::DerDisplay(int id, const std::string &name): place(3, 0, mValue, 2); update(); -}; +} ChangeDisplay::ChangeDisplay(int id, const std::string &name): AttrDisplay(id, name), mNeeded(1) @@ -461,7 +461,7 @@ ChangeDisplay::ChangeDisplay(int id, const std::string &name): place(7, 0, mPoints); update(); -}; +} std::string ChangeDisplay::update() { -- cgit v1.2.3-60-g2f50