aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/gfx/move_object_button.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/gfx/move_object_button.cpp')
-rw-r--r--engines/titanic/gfx/move_object_button.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/gfx/move_object_button.cpp b/engines/titanic/gfx/move_object_button.cpp
index 4ab0825864..bdc90a673c 100644
--- a/engines/titanic/gfx/move_object_button.cpp
+++ b/engines/titanic/gfx/move_object_button.cpp
@@ -27,7 +27,7 @@ namespace Titanic {
CMoveObjectButton::CMoveObjectButton() : CSTButton(), _field11C(1) {
}
-void CMoveObjectButton::save(SimpleFile *file, int indent) const {
+void CMoveObjectButton::save(SimpleFile *file, int indent) {
file->writeNumberLine(1, indent);
file->writePoint(_pos1, indent);
file->writeNumberLine(_field11C, indent);