aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/gfx/chev_switch.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/gfx/chev_switch.cpp')
-rw-r--r--engines/titanic/gfx/chev_switch.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/gfx/chev_switch.cpp b/engines/titanic/gfx/chev_switch.cpp
index d7f1107c17..a6ce93098c 100644
--- a/engines/titanic/gfx/chev_switch.cpp
+++ b/engines/titanic/gfx/chev_switch.cpp
@@ -27,7 +27,7 @@ namespace Titanic {
CChevSwitch::CChevSwitch() : CToggleSwitch() {
}
-void CChevSwitch::save(SimpleFile *file, int indent) const {
+void CChevSwitch::save(SimpleFile *file, int indent) {
file->writeNumberLine(1, indent);
CToggleSwitch::save(file, indent);
}