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