aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/core/tree_item.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/core/tree_item.h')
-rw-r--r--engines/titanic/core/tree_item.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/engines/titanic/core/tree_item.h b/engines/titanic/core/tree_item.h
index ea5de32161..78a58fa735 100644
--- a/engines/titanic/core/tree_item.h
+++ b/engines/titanic/core/tree_item.h
@@ -38,14 +38,10 @@ private:
CTreeItem *_firstChild;
int _field14;
public:
+ CLASSDEF
CTreeItem();
/**
- * Return the class name
- */
- virtual const char *getClassName() const { return "CTreeItem"; }
-
- /**
* Save the data for the class to file
*/
virtual void save(SimpleFile *file, int indent) const;