diff options
Diffstat (limited to 'src/gui/setup.h')
-rw-r--r-- | src/gui/setup.h | 4 |
1 files changed, 2 insertions, 2 deletions
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(); } |