aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/core/list.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/core/list.cpp')
-rw-r--r--engines/titanic/core/list.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/core/list.cpp b/engines/titanic/core/list.cpp
index d733ce25c5..8e90e9ff40 100644
--- a/engines/titanic/core/list.cpp
+++ b/engines/titanic/core/list.cpp
@@ -24,7 +24,7 @@
namespace Titanic {
-void ListItem::save(SimpleFile *file, int indent) const {
+void ListItem::save(SimpleFile *file, int indent) {
file->writeNumberLine(0, indent);
}