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