aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/core/named_item.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/core/named_item.cpp')
-rw-r--r--engines/titanic/core/named_item.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/core/named_item.cpp b/engines/titanic/core/named_item.cpp
index 981627a280..2b741f7657 100644
--- a/engines/titanic/core/named_item.cpp
+++ b/engines/titanic/core/named_item.cpp
@@ -36,7 +36,7 @@ CString CNamedItem::dumpItem(int indent) const {
return result;
}
-void CNamedItem::save(SimpleFile *file, int indent) const {
+void CNamedItem::save(SimpleFile *file, int indent) {
file->writeNumberLine(0, indent);
file->writeQuotedLine(_name, indent);