aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/npcs/callbot.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/npcs/callbot.h')
-rw-r--r--engines/titanic/npcs/callbot.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/engines/titanic/npcs/callbot.h b/engines/titanic/npcs/callbot.h
index 2f9edd3734..299a329c07 100644
--- a/engines/titanic/npcs/callbot.h
+++ b/engines/titanic/npcs/callbot.h
@@ -32,14 +32,10 @@ protected:
CString _string1;
int _fieldC8;
public:
+ CLASSDEF
CCallBot();
/**
- * Return the class name
- */
- virtual const char *getClassName() const { return "CCallBot"; }
-
- /**
* Save the data for the class to file
*/
virtual void save(SimpleFile *file, int indent) const;