aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/npcs/titania.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/npcs/titania.h')
-rw-r--r--engines/titanic/npcs/titania.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/engines/titanic/npcs/titania.h b/engines/titanic/npcs/titania.h
index ee61222be4..4c4c81267b 100644
--- a/engines/titanic/npcs/titania.h
+++ b/engines/titanic/npcs/titania.h
@@ -42,14 +42,10 @@ private:
int _fieldFC;
int _field100;
public:
+ CLASSDEF
CTitania();
/**
- * Return the class name
- */
- virtual const char *getClassName() const { return "CTitania"; }
-
- /**
* Save the data for the class to file
*/
virtual void save(SimpleFile *file, int indent) const;