From 46d08595ff2b2a46dabf985241130668acd3372a Mon Sep 17 00:00:00 2001 From: John Emmas Date: Fri, 26 Dec 2014 09:16:58 +0000 Subject: [PATCH] class 'PBD::Configuration' doesn't actually get exported from libpbd - so make sure we don't decorate it with LIBPBD_API --- 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 6e3f6ca434..332d4f40e3 100644 --- a/libs/pbd/pbd/configuration.h +++ b/libs/pbd/pbd/configuration.h @@ -29,7 +29,7 @@ class XMLNode; namespace PBD { -class LIBPBD_API Configuration : public PBD::Stateful +class Configuration : public PBD::Stateful { public: Configuration() {} -- 2.30.2