aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/sound/dome_from_top_of_well.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/sound/dome_from_top_of_well.cpp')
-rw-r--r--engines/titanic/sound/dome_from_top_of_well.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/sound/dome_from_top_of_well.cpp b/engines/titanic/sound/dome_from_top_of_well.cpp
index f8d946a1e3..778f016a4e 100644
--- a/engines/titanic/sound/dome_from_top_of_well.cpp
+++ b/engines/titanic/sound/dome_from_top_of_well.cpp
@@ -26,7 +26,7 @@ namespace Titanic {
EMPTY_MESSAGE_MAP(CDomeFromTopOfWell, CViewAutoSoundPlayer)
-void CDomeFromTopOfWell::save(SimpleFile *file, int indent) const {
+void CDomeFromTopOfWell::save(SimpleFile *file, int indent) {
file->writeNumberLine(1, indent);
CViewAutoSoundPlayer::save(file, indent);
}