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