aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/gfx/toggle_button.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/gfx/toggle_button.cpp')
-rw-r--r--engines/titanic/gfx/toggle_button.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/gfx/toggle_button.cpp b/engines/titanic/gfx/toggle_button.cpp
index 3bb2e967e9..78e53569de 100644
--- a/engines/titanic/gfx/toggle_button.cpp
+++ b/engines/titanic/gfx/toggle_button.cpp
@@ -26,7 +26,7 @@ namespace Titanic {
EMPTY_MESSAGE_MAP(CToggleButton, CBackground)
-void CToggleButton::save(SimpleFile *file, int indent) const {
+void CToggleButton::save(SimpleFile *file, int indent) {
file->writeNumberLine(1, indent);
file->writeNumberLine(_fieldE0, indent);