From 2ff05d9e9d21fdb9a415952b30ea1b18bfad8fd5 Mon Sep 17 00:00:00 2001 From: John Emmas Date: Sat, 28 Jan 2023 17:44:11 +0000 Subject: [PATCH] class 'PBD::Configuration' now needs to be exportable --- libs/pbd/pbd/configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/pbd/pbd/configuration.h b/libs/pbd/pbd/configuration.h index 2441808d52..3f67976441 100644 --- a/libs/pbd/pbd/configuration.h +++ b/libs/pbd/pbd/configuration.h @@ -33,7 +33,7 @@ class XMLNode; namespace PBD { -class Configuration : public PBD::Stateful +class LIBPBD_API Configuration : public PBD::Stateful { public: Configuration() {}