aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/carry/hose_end.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/carry/hose_end.cpp')
-rw-r--r--engines/titanic/carry/hose_end.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/carry/hose_end.cpp b/engines/titanic/carry/hose_end.cpp
index 6f15d5be1b..f6097c4db7 100644
--- a/engines/titanic/carry/hose_end.cpp
+++ b/engines/titanic/carry/hose_end.cpp
@@ -30,7 +30,7 @@ CHoseEnd::CHoseEnd() : CHose() {
_string6 = "Connection refused by remote hose.";
}
-void CHoseEnd::save(SimpleFile *file, int indent) const {
+void CHoseEnd::save(SimpleFile *file, int indent) {
file->writeNumberLine(1, indent);
file->writeQuotedLine(_string6, indent);
CHose::save(file, indent);