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