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