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