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