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