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