aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/carry/arm.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/carry/arm.h')
-rw-r--r--engines/titanic/carry/arm.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/engines/titanic/carry/arm.h b/engines/titanic/carry/arm.h
index 4874707fc5..1f93009d04 100644
--- a/engines/titanic/carry/arm.h
+++ b/engines/titanic/carry/arm.h
@@ -44,14 +44,10 @@ private:
int _field16C;
int _field170;
public:
+ CLASSDEF
CArm();
/**
- * Return the class name
- */
- virtual const char *getClassName() const { return "CArm"; }
-
- /**
* Save the data for the class to file
*/
virtual void save(SimpleFile *file, int indent) const;