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