aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/sub_glass.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/sub_glass.h')
-rw-r--r--engines/titanic/game/sub_glass.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/engines/titanic/game/sub_glass.h b/engines/titanic/game/sub_glass.h
index 00ff26fbeb..b7ba51379e 100644
--- a/engines/titanic/game/sub_glass.h
+++ b/engines/titanic/game/sub_glass.h
@@ -36,14 +36,10 @@ private:
int _fieldCC;
CString _string;
public:
+ CLASSDEF
CSUBGlass();
/**
- * Return the class name
- */
- virtual const char *getClassName() const { return "CSUBGlass"; }
-
- /**
* Save the data for the class to file
*/
virtual void save(SimpleFile *file, int indent) const;