aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/gfx/toggle_switch.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/gfx/toggle_switch.h')
-rw-r--r--engines/titanic/gfx/toggle_switch.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/engines/titanic/gfx/toggle_switch.h b/engines/titanic/gfx/toggle_switch.h
index 977661df53..9b4fc4219b 100644
--- a/engines/titanic/gfx/toggle_switch.h
+++ b/engines/titanic/gfx/toggle_switch.h
@@ -32,14 +32,10 @@ private:
int _fieldBC;
Common::Point _pos1;
public:
+ CLASSDEF
CToggleSwitch();
/**
- * Return the class name
- */
- virtual const char *getClassName() const { return "CToggleSwitch"; }
-
- /**
* Save the data for the class to file
*/
virtual void save(SimpleFile *file, int indent) const;