aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/empty_nut_bowl.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/empty_nut_bowl.h')
-rw-r--r--engines/titanic/game/empty_nut_bowl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/game/empty_nut_bowl.h b/engines/titanic/game/empty_nut_bowl.h
index 31f31e2339..112e2c6075 100644
--- a/engines/titanic/game/empty_nut_bowl.h
+++ b/engines/titanic/game/empty_nut_bowl.h
@@ -31,7 +31,7 @@ class CEmptyNutBowl : public CGameObject {
public:
int _value;
public:
- CLASSDEF
+ CLASSDEF;
CEmptyNutBowl() : CGameObject(), _value(1) {}
/**