aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/nav_helmet.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/nav_helmet.h')
-rw-r--r--engines/titanic/game/nav_helmet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/game/nav_helmet.h b/engines/titanic/game/nav_helmet.h
index 5e17622b65..74caa52534 100644
--- a/engines/titanic/game/nav_helmet.h
+++ b/engines/titanic/game/nav_helmet.h
@@ -31,7 +31,7 @@ class CNavHelmet : public CGameObject {
private:
int _value;
public:
- CLASSDEF
+ CLASSDEF;
CNavHelmet() : CGameObject(), _value(0) {}
/**