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