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