aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/gp2xwiz/gp2xwiz-sdl.h
diff options
context:
space:
mode:
authorMax Horn2009-11-09 23:29:33 +0000
committerMax Horn2009-11-09 23:29:33 +0000
commit9d816caf560bd53c8be6b1f804f97d0a4d658df2 (patch)
tree4ac1925843ef15286bc69f07f731945db3da2938 /backends/platform/gp2xwiz/gp2xwiz-sdl.h
parenta1496515ce02e3ab39ce076622c639d18577311f (diff)
downloadscummvm-rg350-9d816caf560bd53c8be6b1f804f97d0a4d658df2.tar.gz
scummvm-rg350-9d816caf560bd53c8be6b1f804f97d0a4d658df2.tar.bz2
scummvm-rg350-9d816caf560bd53c8be6b1f804f97d0a4d658df2.zip
SDL: Make first param of OSystem_SDL::remapKey const
svn-id: r45791
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 1f67624d5c..ace11d0546 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(SDL_Event&, Common::Event&);
+ bool remapKey(const SDL_Event&, Common::Event&);
/* Platform Setup Stuff */
void addSysArchivesToSearchSet(Common::SearchSet &s, int priority);