diff options
Diffstat (limited to 'engines/titanic/core/file_item.h')
-rw-r--r-- | engines/titanic/core/file_item.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/core/file_item.h b/engines/titanic/core/file_item.h index 4cecee4882..0b02d9d938 100644 --- a/engines/titanic/core/file_item.h +++ b/engines/titanic/core/file_item.h @@ -44,7 +44,7 @@ public: /** * Load the data for the class from file */ - virtual void load(SimpleFile *file); + virtual void load(SimpleFile *file); /** * Returns true if the item is a file item |