TempoMap::twist_tempi() gets used outside of libtemporal so needs to get exported

This commit is contained in:
John Emmas 2022-05-03 11:31:43 +01:00
parent b689d2881e
commit 2245e362b9
1 changed files with 1 additions and 1 deletions

View File

@ -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 */