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