aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/gfx/icon_nav_down.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/gfx/icon_nav_down.cpp')
-rw-r--r--engines/titanic/gfx/icon_nav_down.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/gfx/icon_nav_down.cpp b/engines/titanic/gfx/icon_nav_down.cpp
index 78727a3e8b..09a0332828 100644
--- a/engines/titanic/gfx/icon_nav_down.cpp
+++ b/engines/titanic/gfx/icon_nav_down.cpp
@@ -29,7 +29,7 @@ EMPTY_MESSAGE_MAP(CIconNavDown, CToggleSwitch)
CIconNavDown::CIconNavDown() : CToggleSwitch() {
}
-void CIconNavDown::save(SimpleFile *file, int indent) const {
+void CIconNavDown::save(SimpleFile *file, int indent) {
file->writeNumberLine(1, indent);
CToggleSwitch::save(file, indent);
}