aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/core/link_item.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/core/link_item.cpp')
-rw-r--r--engines/titanic/core/link_item.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/core/link_item.cpp b/engines/titanic/core/link_item.cpp
index a0460bd2c6..a56122fa43 100644
--- a/engines/titanic/core/link_item.cpp
+++ b/engines/titanic/core/link_item.cpp
@@ -43,7 +43,7 @@ CString CLinkItem::formName() {
return "";
}
-void CLinkItem::save(SimpleFile *file, int indent) const {
+void CLinkItem::save(SimpleFile *file, int indent) {
file->writeNumberLine(2, indent);
file->writeQuotedLine("L", indent);
file->writeNumberLine(_cursorId, indent + 1);