aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/carry/hose.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/carry/hose.cpp')
-rw-r--r--engines/titanic/carry/hose.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/carry/hose.cpp b/engines/titanic/carry/hose.cpp
index 1617feffc1..747d58c339 100644
--- a/engines/titanic/carry/hose.cpp
+++ b/engines/titanic/carry/hose.cpp
@@ -38,7 +38,7 @@ CHose::CHose() : CCarry(),
_string6("Succ-U-Bus auxiliary hose attachment incompatible with sliding glass cover.") {
}
-void CHose::save(SimpleFile *file, int indent) const {
+void CHose::save(SimpleFile *file, int indent) {
file->writeNumberLine(1, indent);
file->writeNumberLine(_statics->_v1, indent);
file->writeQuotedLine(_statics->_v2, indent);