diff --git a/libs/temporal/temporal/tempo.h b/libs/temporal/temporal/tempo.h index ca1b83eb7b..dc0ca3251c 100644 --- a/libs/temporal/temporal/tempo.h +++ b/libs/temporal/temporal/tempo.h @@ -1149,7 +1149,7 @@ class LIBTEMPORAL_API TempoCommand : public Command { XMLNode const * _after; }; -class DomainSwapInformation { +class LIBTEMPORAL_API DomainSwapInformation { public: static DomainSwapInformation* start (TimeDomain prev); @@ -1169,7 +1169,7 @@ class DomainSwapInformation { void undo (); }; -extern DomainSwapInformation* domain_swap; +extern LIBTEMPORAL_API DomainSwapInformation* domain_swap; } /* end of namespace Temporal */