class 'PBD::Configuration' now needs to be exportable

This commit is contained in:
John Emmas
2023-01-28 17:44:11 +00:00
parent dcf4377b47
commit 2ff05d9e9d

View File

@@ -33,7 +33,7 @@ class XMLNode;
namespace PBD {
class Configuration : public PBD::Stateful
class LIBPBD_API Configuration : public PBD::Stateful
{
public:
Configuration() {}