aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/cdrom.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/cdrom.h')
-rw-r--r--engines/titanic/game/cdrom.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/game/cdrom.h b/engines/titanic/game/cdrom.h
index 9dcb270d74..017914830c 100644
--- a/engines/titanic/game/cdrom.h
+++ b/engines/titanic/game/cdrom.h
@@ -30,7 +30,7 @@
namespace Titanic {
class CCDROM : public CGameObject {
- DECLARE_MESSAGE_MAP
+ DECLARE_MESSAGE_MAP;
bool MouseDragStartMsg(CMouseDragStartMsg *msg);
bool MouseDragEndMsg(CMouseDragEndMsg *msg);
bool MouseDragMoveMsg(CMouseDragMoveMsg *msg);