aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/doorbot_home_handler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/doorbot_home_handler.cpp')
-rw-r--r--engines/titanic/game/doorbot_home_handler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/game/doorbot_home_handler.cpp b/engines/titanic/game/doorbot_home_handler.cpp
index 5d250172b1..b848308845 100644
--- a/engines/titanic/game/doorbot_home_handler.cpp
+++ b/engines/titanic/game/doorbot_home_handler.cpp
@@ -27,7 +27,7 @@ namespace Titanic {
CDoorbotHomeHandler::CDoorbotHomeHandler() {
}
-void CDoorbotHomeHandler::save(SimpleFile *file, int indent) const {
+void CDoorbotHomeHandler::save(SimpleFile *file, int indent) {
file->writeNumberLine(1, indent);
CGameObject::save(file, indent);
}