diff --git a/include/SampleRecordHandle.h b/include/SampleRecordHandle.h index 6f67625b9..a36d3dd6b 100644 --- a/include/SampleRecordHandle.h +++ b/include/SampleRecordHandle.h @@ -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; } ;