aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/gfx/chev_switch.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/gfx/chev_switch.h')
-rw-r--r--engines/titanic/gfx/chev_switch.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/engines/titanic/gfx/chev_switch.h b/engines/titanic/gfx/chev_switch.h
index e7b43c3805..6c0314be4c 100644
--- a/engines/titanic/gfx/chev_switch.h
+++ b/engines/titanic/gfx/chev_switch.h
@@ -29,14 +29,10 @@ namespace Titanic {
class CChevSwitch : public CToggleSwitch {
public:
+ CLASSDEF
CChevSwitch();
/**
- * Return the class name
- */
- virtual const char *getClassName() const { return "CChevSwitch"; }
-
- /**
* Save the data for the class to file
*/
virtual void save(SimpleFile *file, int indent) const;