aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/end_sequence_control.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/end_sequence_control.h')
-rw-r--r--engines/titanic/game/end_sequence_control.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/titanic/game/end_sequence_control.h b/engines/titanic/game/end_sequence_control.h
index 5eb36943ea..87eaf17c0e 100644
--- a/engines/titanic/game/end_sequence_control.h
+++ b/engines/titanic/game/end_sequence_control.h
@@ -28,7 +28,8 @@
namespace Titanic {
-class CEndSequenceControl : public CGameObject, CEnterRoomMsgTarget {
+class CEndSequenceControl : public CGameObject,
+ public CEnterRoomMsgTarget {
protected:
virtual bool handleMessage(CEnterRoomMsg &msg);
public: