From 2245e362b925e1c131da1d6c873641d4874e0366 Mon Sep 17 00:00:00 2001 From: John Emmas Date: Tue, 3 May 2022 11:31:43 +0100 Subject: [PATCH] TempoMap::twist_tempi() gets used outside of libtemporal so needs to get exported --- libs/temporal/temporal/tempo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/temporal/temporal/tempo.h b/libs/temporal/temporal/tempo.h index 44cf2c5df7..a96565e6c2 100644 --- a/libs/temporal/temporal/tempo.h +++ b/libs/temporal/temporal/tempo.h @@ -733,7 +733,7 @@ class /*LIBTEMPORAL_API*/ TempoMap : public PBD::StatefulDestructible LIBTEMPORAL_API void set_time_domain (TimeDomain td); LIBTEMPORAL_API int set_state (XMLNode const&, int version); - void twist_tempi (TempoPoint* ts, timepos_t const & start, timepos_t const & end); + LIBTEMPORAL_API void twist_tempi (TempoPoint* ts, timepos_t const & start, timepos_t const & end); /* END OF MODIFYING METHODS */