From 1f37da26263d137397f8787500d771dca0d460fe Mon Sep 17 00:00:00 2001 From: Max Horn Date: Mon, 9 Nov 2009 23:58:12 +0000 Subject: Revert rev 45791 and make the first param of OSystem_SDL::remapKey again non-const (as it may have to be modified for remapping. Of course. Silly me :/) svn-id: r45796 --- backends/platform/sdl/sdl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backends/platform/sdl/sdl.h') diff --git a/backends/platform/sdl/sdl.h b/backends/platform/sdl/sdl.h index e17cd5c086..f9849e34d1 100644 --- a/backends/platform/sdl/sdl.h +++ b/backends/platform/sdl/sdl.h @@ -486,7 +486,7 @@ protected: void setupIcon(); void handleKbdMouse(); - virtual bool remapKey(const SDL_Event &ev, Common::Event &event); + virtual bool remapKey(SDL_Event &ev, Common::Event &event); void handleScalerHotkeys(const SDL_KeyboardEvent &key); }; -- cgit v1.2.3