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