aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/core/file_item.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/core/file_item.cpp')
-rw-r--r--engines/titanic/core/file_item.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/titanic/core/file_item.cpp b/engines/titanic/core/file_item.cpp
index 0d3316dbf3..566f9104a9 100644
--- a/engines/titanic/core/file_item.cpp
+++ b/engines/titanic/core/file_item.cpp
@@ -24,6 +24,8 @@
namespace Titanic {
+EMPTY_MESSAGE_MAP(CFileItem, CTreeItem)
+
void CFileItem::save(SimpleFile *file, int indent) const {
file->writeNumberLine(0, indent);
CTreeItem::save(file, indent);