aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/leave_sec_class_state.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/leave_sec_class_state.cpp')
-rw-r--r--engines/titanic/game/leave_sec_class_state.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/game/leave_sec_class_state.cpp b/engines/titanic/game/leave_sec_class_state.cpp
index 922bd98c70..014306220c 100644
--- a/engines/titanic/game/leave_sec_class_state.cpp
+++ b/engines/titanic/game/leave_sec_class_state.cpp
@@ -26,7 +26,7 @@ namespace Titanic {
EMPTY_MESSAGE_MAP(CLeaveSecClassState, CGameObject)
-void CLeaveSecClassState::save(SimpleFile *file, int indent) const {
+void CLeaveSecClassState::save(SimpleFile *file, int indent) {
file->writeNumberLine(1, indent);
CGameObject::save(file, indent);
}