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