From c771eccd0e1a56269dc11bb02f685a6b361e0f99 Mon Sep 17 00:00:00 2001 From: John Emmas Date: Sat, 25 Mar 2023 12:29:17 +0000 Subject: [PATCH] 'Temporal::DomainSwapInformation' needs to be exportable --- libs/temporal/temporal/tempo.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 */