aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/core/static_image.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/core/static_image.cpp')
-rw-r--r--engines/titanic/core/static_image.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/core/static_image.cpp b/engines/titanic/core/static_image.cpp
index cc8e1ddc1a..67286108d8 100644
--- a/engines/titanic/core/static_image.cpp
+++ b/engines/titanic/core/static_image.cpp
@@ -26,7 +26,7 @@ namespace Titanic {
EMPTY_MESSAGE_MAP(CStaticImage, CGameObject)
-void CStaticImage::save(SimpleFile *file, int indent) const {
+void CStaticImage::save(SimpleFile *file, int indent) {
file->writeNumberLine(1, indent);
CGameObject::save(file, indent);
}