aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/carry/mouth.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/carry/mouth.cpp')
-rw-r--r--engines/titanic/carry/mouth.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/carry/mouth.cpp b/engines/titanic/carry/mouth.cpp
index 058ffc42d7..8c3791fa9c 100644
--- a/engines/titanic/carry/mouth.cpp
+++ b/engines/titanic/carry/mouth.cpp
@@ -27,7 +27,7 @@ namespace Titanic {
CMouth::CMouth() : CHeadPiece() {
}
-void CMouth::save(SimpleFile *file, int indent) const {
+void CMouth::save(SimpleFile *file, int indent) {
file->writeNumberLine(1, indent);
CHeadPiece::save(file, indent);
}