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