aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/carry/hose.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/carry/hose.h')
-rw-r--r--engines/titanic/carry/hose.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/engines/titanic/carry/hose.h b/engines/titanic/carry/hose.h
index dc60f6832f..c16351b937 100644
--- a/engines/titanic/carry/hose.h
+++ b/engines/titanic/carry/hose.h
@@ -38,16 +38,12 @@ protected:
CString _string6;
public:
+ CLASSDEF
CHose();
static void init();
static void deinit();
/**
- * Return the class name
- */
- virtual const char *getClassName() const { return "CHose"; }
-
- /**
* Save the data for the class to file
*/
virtual void save(SimpleFile *file, int indent) const;