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