'Temporal::DomainSwapInformation' needs to be exportable

This commit is contained in:
John Emmas 2023-03-25 12:29:17 +00:00
parent 168c439ee8
commit c771eccd0e
1 changed files with 2 additions and 2 deletions

View File

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