aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/carry/auditory_centre.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/carry/auditory_centre.cpp')
-rw-r--r--engines/titanic/carry/auditory_centre.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/carry/auditory_centre.cpp b/engines/titanic/carry/auditory_centre.cpp
index e5dedcd654..d88989a801 100644
--- a/engines/titanic/carry/auditory_centre.cpp
+++ b/engines/titanic/carry/auditory_centre.cpp
@@ -24,7 +24,7 @@
namespace Titanic {
-void CAuditoryCentre::save(SimpleFile *file, int indent) const {
+void CAuditoryCentre::save(SimpleFile *file, int indent) {
file->writeNumberLine(1, indent);
CBrain::save(file, indent);
}