aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/bridge_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/bridge_view.h')
-rw-r--r--engines/titanic/game/bridge_view.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/engines/titanic/game/bridge_view.h b/engines/titanic/game/bridge_view.h
index 7a765cf21a..35de076573 100644
--- a/engines/titanic/game/bridge_view.h
+++ b/engines/titanic/game/bridge_view.h
@@ -31,14 +31,10 @@ class CBridgeView : public CBackground {
public:
int _fieldE0;
public:
+ CLASSDEF
CBridgeView() : CBackground(), _fieldE0(0) {}
/**
- * Return the class name
- */
- virtual const char *getClassName() const { return "CBridgeView"; }
-
- /**
* Save the data for the class to file
*/
virtual void save(SimpleFile *file, int indent) const;