Make m_startRecordTimeOffset const

This commit is contained in:
Johannes Lorenz
2025-03-23 22:39:03 +01:00
parent 6c3d05ca9a
commit 63e3867073

View File

@@ -72,7 +72,7 @@ private:
// The offset from the start of m_track that the record has
// started from.
TimePos m_startRecordTimeOffset;
const TimePos m_startRecordTimeOffset;
} ;