aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/gfx/edit_control.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/gfx/edit_control.h')
-rw-r--r--engines/titanic/gfx/edit_control.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/engines/titanic/gfx/edit_control.h b/engines/titanic/gfx/edit_control.h
index 79b20f7108..d782b72669 100644
--- a/engines/titanic/gfx/edit_control.h
+++ b/engines/titanic/gfx/edit_control.h
@@ -43,14 +43,10 @@ protected:
int _fieldF0;
int _fieldF4;
public:
+ CLASSDEF
CEditControl();
/**
- * Return the class name
- */
- virtual const char *getClassName() const { return "CEditControl"; }
-
- /**
* Save the data for the class to file
*/
virtual void save(SimpleFile *file, int indent) const;