diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-09-05 00:53:33 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-09-05 00:53:33 +0300 |
commit | 987a88ffb5bd00e7996e8267b2bd3c9ed48a40e2 (patch) | |
tree | 1ae9449d801815fe89476776d98427e61d702d4c /src/gui/sdlinput.h | |
parent | f24ddad3fa0f843eb29a281426151cf1a5f31f4b (diff) | |
download | mv-987a88ffb5bd00e7996e8267b2bd3c9ed48a40e2.tar.gz mv-987a88ffb5bd00e7996e8267b2bd3c9ed48a40e2.tar.bz2 mv-987a88ffb5bd00e7996e8267b2bd3c9ed48a40e2.tar.xz mv-987a88ffb5bd00e7996e8267b2bd3c9ed48a40e2.zip |
another some const fixes.
Diffstat (limited to 'src/gui/sdlinput.h')
-rw-r--r-- | src/gui/sdlinput.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/sdlinput.h b/src/gui/sdlinput.h index db082ef2a..534f0573e 100644 --- a/src/gui/sdlinput.h +++ b/src/gui/sdlinput.h @@ -182,7 +182,7 @@ protected: * @return a key value. * @see Key */ - static int convertKeyCharacter(SDL_Event event); + static int convertKeyCharacter(const SDL_Event &event); std::queue<KeyInput> mKeyInputQueue; std::queue<gcn::MouseInput> mMouseInputQueue; |