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