aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_frame.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/pet_control/pet_frame.h')
-rw-r--r--engines/titanic/pet_control/pet_frame.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/titanic/pet_control/pet_frame.h b/engines/titanic/pet_control/pet_frame.h
index f26a2bf48e..ec8bd1e1d8 100644
--- a/engines/titanic/pet_control/pet_frame.h
+++ b/engines/titanic/pet_control/pet_frame.h
@@ -62,8 +62,8 @@ public:
/**
* Handles mouse down messages
*/
- virtual bool handleMessage(CMouseButtonDownMsg &msg);
- virtual bool handleMessage(CMouseButtonUpMsg &msg) { return false; }
+ virtual bool MouseButtonDownMsg(CMouseButtonDownMsg *msg);
+ virtual bool MouseButtonUpMsg(CMouseButtonUpMsg *msg) { return false; }
/**
* Returns true if the object is in a valid state