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