aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/gfx/text_down.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/gfx/text_down.cpp')
-rw-r--r--engines/titanic/gfx/text_down.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/gfx/text_down.cpp b/engines/titanic/gfx/text_down.cpp
index 967d60f495..4a68752922 100644
--- a/engines/titanic/gfx/text_down.cpp
+++ b/engines/titanic/gfx/text_down.cpp
@@ -26,7 +26,7 @@ namespace Titanic {
EMPTY_MESSAGE_MAP(CTextDown, CPetGraphic)
-void CTextDown::save(SimpleFile *file, int indent) const {
+void CTextDown::save(SimpleFile *file, int indent) {
file->writeNumberLine(1, indent);
CPetGraphic::save(file, indent);
}