aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/ps2/systemps2.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/platform/ps2/systemps2.h')
-rw-r--r--backends/platform/ps2/systemps2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/ps2/systemps2.h b/backends/platform/ps2/systemps2.h
index 4c51e78c66..f3821cee66 100644
--- a/backends/platform/ps2/systemps2.h
+++ b/backends/platform/ps2/systemps2.h
@@ -70,7 +70,7 @@ public:
virtual uint32 getMillis();
virtual void delayMillis(uint msecs);
virtual void setTimerCallback(TimerProc callback, int interval);
- virtual bool pollEvent(Event &event);
+ virtual bool pollEvent(Common::Event &event);
virtual bool setSoundCallback(SoundProc proc, void *param);
virtual void clearSoundCallback();