aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/phonograph.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/phonograph.h')
-rw-r--r--engines/titanic/game/phonograph.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/game/phonograph.h b/engines/titanic/game/phonograph.h
index 6efe10bab2..102edd2ace 100644
--- a/engines/titanic/game/phonograph.h
+++ b/engines/titanic/game/phonograph.h
@@ -38,7 +38,7 @@ protected:
int _fieldF0;
int _fieldF4;
protected:
- virtual bool handleEvent(CEnterRoomMsg &msg);
+ virtual bool handleMessage(CEnterRoomMsg &msg);
public:
CLASSDEF
CPhonograph();