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