aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/gfx/send_to_succ.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/gfx/send_to_succ.cpp')
-rw-r--r--engines/titanic/gfx/send_to_succ.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/gfx/send_to_succ.cpp b/engines/titanic/gfx/send_to_succ.cpp
index 938fa7c3a9..3054191e94 100644
--- a/engines/titanic/gfx/send_to_succ.cpp
+++ b/engines/titanic/gfx/send_to_succ.cpp
@@ -29,7 +29,7 @@ EMPTY_MESSAGE_MAP(CSendToSucc, CToggleSwitch)
CSendToSucc::CSendToSucc() : CToggleSwitch() {
}
-void CSendToSucc::save(SimpleFile *file, int indent) const {
+void CSendToSucc::save(SimpleFile *file, int indent) {
file->writeNumberLine(1, indent);
CToggleSwitch::save(file, indent);
}