aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/support/time_event_info.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/support/time_event_info.cpp')
-rw-r--r--engines/titanic/support/time_event_info.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/support/time_event_info.cpp b/engines/titanic/support/time_event_info.cpp
index c3312de7d7..041a01ccfb 100644
--- a/engines/titanic/support/time_event_info.cpp
+++ b/engines/titanic/support/time_event_info.cpp
@@ -106,7 +106,7 @@ CTimeEventInfo::CTimeEventInfo(uint ticks, uint f14, uint firstDuration,
_id = _nextId++;
}
-void CTimeEventInfo::save(SimpleFile *file, int indent) const {
+void CTimeEventInfo::save(SimpleFile *file, int indent) {
file->writeNumberLine(0, indent);
CString targetName;