diff options
Diffstat (limited to 'engines/titanic/core/saveable_object.h')
| -rw-r--r-- | engines/titanic/core/saveable_object.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/core/saveable_object.h b/engines/titanic/core/saveable_object.h index 1fb509bf20..5a6e4c999d 100644 --- a/engines/titanic/core/saveable_object.h +++ b/engines/titanic/core/saveable_object.h @@ -80,7 +80,7 @@ public: CLASSDEF virtual ~CSaveableObject() {} - bool isInstanceOf(const ClassDef *classDef); + bool isInstanceOf(const ClassDef *classDef) const; /** * Save the data for the class to file |
