aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/room_item.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/room_item.h')
-rw-r--r--engines/titanic/game/room_item.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/engines/titanic/game/room_item.h b/engines/titanic/game/room_item.h
index c213d38caa..7441ed01bc 100644
--- a/engines/titanic/game/room_item.h
+++ b/engines/titanic/game/room_item.h
@@ -42,14 +42,10 @@ private:
void loading();
public:
+ CLASSDEF
CRoomItem();
/**
- * Return the class name
- */
- virtual const char *getClassName() const { return "CRoomItem"; }
-
- /**
* Save the data for the class to file
*/
virtual void save(SimpleFile *file, int indent) const;