From 60159acd335f86f2f0eade320532b1a9d72be51c Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 13 May 2022 19:00:33 -0600 Subject: [PATCH] temporal: slightly change const positioning in definition of ::stretch_tempo() --- libs/temporal/tempo.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/temporal/tempo.cc b/libs/temporal/tempo.cc index ea196336c1..44865cfca7 100644 --- a/libs/temporal/tempo.cc +++ b/libs/temporal/tempo.cc @@ -3051,7 +3051,7 @@ TempoMap::set_ramped (TempoPoint & tp, bool yn) void -TempoMap::stretch_tempo (TempoPoint* ts, const samplepos_t sample, const samplepos_t end_sample, Beats const & start_qnote, Beats const & end_qnote) +TempoMap::stretch_tempo (TempoPoint* ts, samplepos_t sample, samplepos_t end_sample, Beats const & start_qnote, Beats const & end_qnote) { /* Ts (future prev_t) Tnext