aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/carry/speech_centre.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/carry/speech_centre.cpp')
-rw-r--r--engines/titanic/carry/speech_centre.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/carry/speech_centre.cpp b/engines/titanic/carry/speech_centre.cpp
index 86ed730284..b8076aee76 100644
--- a/engines/titanic/carry/speech_centre.cpp
+++ b/engines/titanic/carry/speech_centre.cpp
@@ -24,7 +24,7 @@
namespace Titanic {
-void CSpeechCentre::save(SimpleFile *file, int indent) const {
+void CSpeechCentre::save(SimpleFile *file, int indent) {
file->writeNumberLine(1, indent);
file->writeNumberLine(_field13C, indent);
file->writeQuotedLine(_string1, indent);