diff options
author | Max Horn | 2010-11-28 18:39:04 +0000 |
---|---|---|
committer | Max Horn | 2010-11-28 18:39:04 +0000 |
commit | 364382cf9fcc013d7acb6c8252bf62e805ccd01c (patch) | |
tree | 5528d4092cdd5d5969e1e0f41345ae0b406dc8d4 /backends/platform/gp2x | |
parent | 06df4459c73e53a0998fe835269b5741e4bd9f5e (diff) | |
download | scummvm-rg350-364382cf9fcc013d7acb6c8252bf62e805ccd01c.tar.gz scummvm-rg350-364382cf9fcc013d7acb6c8252bf62e805ccd01c.tar.bz2 scummvm-rg350-364382cf9fcc013d7acb6c8252bf62e805ccd01c.zip |
SDL: Change refs to SdlEventManager to SdlEventSource
svn-id: r54544
Diffstat (limited to 'backends/platform/gp2x')
-rw-r--r-- | backends/platform/gp2x/gp2x.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/gp2x/gp2x.cpp b/backends/platform/gp2x/gp2x.cpp index 3a6d1a27f9..49a7132974 100644 --- a/backends/platform/gp2x/gp2x.cpp +++ b/backends/platform/gp2x/gp2x.cpp @@ -137,7 +137,7 @@ void OSystem_GP2X::initBackend() { // Create the events manager if (_eventManager == 0) - _eventManager = new GP2XSdlEventManager(this); + _eventManager = new GP2XSdlEventSource(this); // Create the graphics manager if (_graphicsManager == 0) |