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