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