aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/gfx/edit_control.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/gfx/edit_control.cpp')
-rw-r--r--engines/titanic/gfx/edit_control.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/gfx/edit_control.cpp b/engines/titanic/gfx/edit_control.cpp
index 17a56d6677..3b611e9bbe 100644
--- a/engines/titanic/gfx/edit_control.cpp
+++ b/engines/titanic/gfx/edit_control.cpp
@@ -31,7 +31,7 @@ CEditControl::CEditControl() : CGameObject(), _fieldBC(0), _fieldC0(0),
{
}
-void CEditControl::save(SimpleFile *file, int indent) const {
+void CEditControl::save(SimpleFile *file, int indent) {
file->writeNumberLine(1, indent);
file->writeNumberLine(_fieldBC, indent);
file->writeNumberLine(_fieldC0, indent);