aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/core/background.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/core/background.h')
-rw-r--r--engines/titanic/core/background.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/engines/titanic/core/background.h b/engines/titanic/core/background.h
index a4735250ae..4ce5651fc4 100644
--- a/engines/titanic/core/background.h
+++ b/engines/titanic/core/background.h
@@ -35,14 +35,10 @@ protected:
CString _string2;
int _fieldDC;
public:
+ CLASSDEF
CBackground();
/**
- * Return the class name
- */
- virtual const char *getClassName() const { return "CBackground"; }
-
- /**
* Save the data for the class to file
*/
virtual void save(SimpleFile *file, int indent) const;