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