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