aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/missiveomat_button.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/missiveomat_button.h')
-rw-r--r--engines/titanic/game/missiveomat_button.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/engines/titanic/game/missiveomat_button.h b/engines/titanic/game/missiveomat_button.h
index f383e88798..603d2f5955 100644
--- a/engines/titanic/game/missiveomat_button.h
+++ b/engines/titanic/game/missiveomat_button.h
@@ -31,14 +31,10 @@ class CMissiveOMatButton : public CEditControl {
public:
int _fieldFC;
public:
+ CLASSDEF
CMissiveOMatButton() : CEditControl(), _fieldFC(2) {}
/**
- * Return the class name
- */
- virtual const char *getClassName() const { return "CMissiveOMatButton"; }
-
- /**
* Save the data for the class to file
*/
virtual void save(SimpleFile *file, int indent) const;