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