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