aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/arboretum_gate.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/arboretum_gate.h')
-rw-r--r--engines/titanic/game/arboretum_gate.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/engines/titanic/game/arboretum_gate.h b/engines/titanic/game/arboretum_gate.h
index 514192e151..7432799460 100644
--- a/engines/titanic/game/arboretum_gate.h
+++ b/engines/titanic/game/arboretum_gate.h
@@ -69,13 +69,13 @@ private:
int _field150;
CString _string2;
protected:
- virtual bool handleEvent(const CActMsg &msg);
- virtual bool handleEvent(const CLeaveViewMsg &msg);
- virtual bool handleEvent(const CTurnOff &msg);
- virtual bool handleEvent(const CMouseButtonDownMsg &msg);
- virtual bool handleEvent(const CEnterViewMsg &msg);
- virtual bool handleEvent(const CTurnOn &msg);
- virtual bool handleEvent(const CMovieEndMsg &msg);
+ virtual bool handleEvent(CActMsg &msg);
+ virtual bool handleEvent(CLeaveViewMsg &msg);
+ virtual bool handleEvent(CTurnOff &msg);
+ virtual bool handleEvent(CMouseButtonDownMsg &msg);
+ virtual bool handleEvent(CEnterViewMsg &msg);
+ virtual bool handleEvent(CTurnOn &msg);
+ virtual bool handleEvent(CMovieEndMsg &msg);
public:
CLASSDEF
CArboretumGate();