aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/ship_setting.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/ship_setting.h')
-rw-r--r--engines/titanic/game/ship_setting.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/game/ship_setting.h b/engines/titanic/game/ship_setting.h
index 2525224a28..6ea38be052 100644
--- a/engines/titanic/game/ship_setting.h
+++ b/engines/titanic/game/ship_setting.h
@@ -35,7 +35,7 @@ private:
CString _string4;
CString _string5;
protected:
- virtual bool handleEvent(CEnterRoomMsg &msg);
+ virtual bool handleMessage(CEnterRoomMsg &msg);
public:
CLASSDEF
CShipSetting();