From 4df121e6dcdf53436f50ce81dd60096ce0138a2c Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 1 Sep 2012 20:49:03 +0300 Subject: Add const to more classes. --- src/inputmanager.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/inputmanager.cpp') diff --git a/src/inputmanager.cpp b/src/inputmanager.cpp index 7f62862be..969867a83 100644 --- a/src/inputmanager.cpp +++ b/src/inputmanager.cpp @@ -503,7 +503,7 @@ bool InputManager::handleEvent(const SDL_Event &event) } if (gui) { - bool res = gui->handleInput(); + const bool res = gui->handleInput(); if (res && event.type == SDL_KEYDOWN) return true; } @@ -689,7 +689,7 @@ int InputManager::getKeyIndex(const int value, const int grp, return Input::KEY_NO_VALUE; } -int InputManager::getActionByKey(const SDL_Event &event) +int InputManager::getActionByKey(const SDL_Event &event) const { // for now support only keyboard events if (event.type == SDL_KEYDOWN || event.type == SDL_KEYUP) -- cgit v1.2.3-60-g2f50