aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/gp2xwiz/gp2xwiz-sdl.h
diff options
context:
space:
mode:
authorMax Horn2009-11-09 23:58:12 +0000
committerMax Horn2009-11-09 23:58:12 +0000
commit1f37da26263d137397f8787500d771dca0d460fe (patch)
treee53817c7d7a7e7e8692c847ecd9681544b2abe6c /backends/platform/gp2xwiz/gp2xwiz-sdl.h
parentd6d2c5d7b83027c21f8e00d364c925ca5f45c392 (diff)
downloadscummvm-rg350-1f37da26263d137397f8787500d771dca0d460fe.tar.gz
scummvm-rg350-1f37da26263d137397f8787500d771dca0d460fe.tar.bz2
scummvm-rg350-1f37da26263d137397f8787500d771dca0d460fe.zip
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
Diffstat (limited to 'backends/platform/gp2xwiz/gp2xwiz-sdl.h')
-rw-r--r--backends/platform/gp2xwiz/gp2xwiz-sdl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/gp2xwiz/gp2xwiz-sdl.h b/backends/platform/gp2xwiz/gp2xwiz-sdl.h
index ace11d0546..1f67624d5c 100644
--- a/backends/platform/gp2xwiz/gp2xwiz-sdl.h
+++ b/backends/platform/gp2xwiz/gp2xwiz-sdl.h
@@ -61,7 +61,7 @@ public:
void moveStick();
void fillMouseEvent(Common::Event&, int, int);
void warpMouse(int, int);
- bool remapKey(const SDL_Event&, Common::Event&);
+ bool remapKey(SDL_Event&, Common::Event&);
/* Platform Setup Stuff */
void addSysArchivesToSearchSet(Common::SearchSet &s, int priority);