aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/cookie.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/cookie.h')
-rw-r--r--engines/titanic/game/cookie.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/game/cookie.h b/engines/titanic/game/cookie.h
index 72b29dc078..7ae04f1144 100644
--- a/engines/titanic/game/cookie.h
+++ b/engines/titanic/game/cookie.h
@@ -32,7 +32,7 @@ public:
int _value1;
int _value2;
public:
- CLASSDEF
+ CLASSDEF;
CCookie() : CGameObject(), _value1(0), _value2(0) {}
/**