diff --git a/libs/temporal/temporal/tempo.h b/libs/temporal/temporal/tempo.h index a797016093..0cb4ffc2ab 100644 --- a/libs/temporal/temporal/tempo.h +++ b/libs/temporal/temporal/tempo.h @@ -644,7 +644,7 @@ class LIBTEMPORAL_API TempoMap : public PBD::StatefulDestructible static SharedPtr fetch() { update_thread_tempo_map(); return use(); } static SharedPtr write_copy() { return _map_mgr.write_copy(); } - static void fetch_writable() { _tempo_map_p = fetch(); } + static void fetch_writable() { _tempo_map_p = write_copy(); } static void update (SharedPtr m) { _map_mgr.update (m); _tempo_map_p = _map_mgr.reader(); } /* and now on with the rest of the show ... */