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