From 64e742acdb9b0dd9c44bced91766f5ea1aa9de4c Mon Sep 17 00:00:00 2001 From: Thorbjørn Lindeijer Date: Sun, 28 Feb 2010 13:02:26 +0100 Subject: Removed a few pointless const qualifiers Reviewed-by: Jared Adams --- src/gui/textdialog.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/gui/textdialog.h') diff --git a/src/gui/textdialog.h b/src/gui/textdialog.h index 6db09e71..825d9ddc 100644 --- a/src/gui/textdialog.h +++ b/src/gui/textdialog.h @@ -43,8 +43,7 @@ public: */ TextDialog(const std::string &title, const std::string &msg, Window *parent = NULL); - - + ~TextDialog(); /** @@ -61,8 +60,8 @@ public: * Set the OK button action id */ void setOKButtonActionId(const std::string &name); - - static const bool isActive() { return instances > 0; } + + static bool isActive() { return instances > 0; } private: static int instances; -- cgit v1.2.3-70-g09d2