From c79403e1341ac533df1771b866d1f5cee15e12b5 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 28 Aug 2012 01:59:04 +0300 Subject: Add const to more classes. --- src/gui/setup.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui/setup.h') diff --git a/src/gui/setup.h b/src/gui/setup.h index 975cf297b..71b9594b6 100644 --- a/src/gui/setup.h +++ b/src/gui/setup.h @@ -60,11 +60,11 @@ class Setup : public Window, public gcn::ActionListener /** * Enables the reset button when in game. */ - void setInGame(bool inGame); + void setInGame(const bool inGame); void externalUpdate(); - void registerWindowForReset(Window *window); + void registerWindowForReset(Window *const window); void clearWindowsForReset() { mWindowsToReset.clear(); } -- cgit v1.2.3-60-g2f50