aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/sgt/basin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/sgt/basin.cpp')
-rw-r--r--engines/titanic/game/sgt/basin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/game/sgt/basin.cpp b/engines/titanic/game/sgt/basin.cpp
index 75c53bce72..1eb1d161c9 100644
--- a/engines/titanic/game/sgt/basin.cpp
+++ b/engines/titanic/game/sgt/basin.cpp
@@ -24,7 +24,7 @@
namespace Titanic {
-void CBasin::save(SimpleFile *file, int indent) const {
+void CBasin::save(SimpleFile *file, int indent) {
file->writeNumberLine(1, indent);
CSGTStateRoom::save(file, indent);
}