aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/gfx/st_button.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/gfx/st_button.cpp')
-rw-r--r--engines/titanic/gfx/st_button.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/gfx/st_button.cpp b/engines/titanic/gfx/st_button.cpp
index b45d990c31..4b93d46595 100644
--- a/engines/titanic/gfx/st_button.cpp
+++ b/engines/titanic/gfx/st_button.cpp
@@ -40,7 +40,7 @@ CSTButton::CSTButton() : CBackground() {
_buttonFrame = 0;
}
-void CSTButton::save(SimpleFile *file, int indent) const {
+void CSTButton::save(SimpleFile *file, int indent) {
file->writeNumberLine(1, indent);
file->writeNumberLine(_statusInc, indent);
file->writeQuotedLine(_statusTarget, indent);