From dea25f26927b5db856461516559524f81fcf9a3f Mon Sep 17 00:00:00 2001 From: John Emmas Date: Sat, 6 May 2017 13:32:20 +0100 Subject: [PATCH] The new class 'ARDOUR::CoreSelection' needs to be exportable (since it gets used outside of libardour) --- libs/ardour/ardour/selection.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/ardour/ardour/selection.h b/libs/ardour/ardour/selection.h index 26e2c31ce1..6d022b115a 100644 --- a/libs/ardour/ardour/selection.h +++ b/libs/ardour/ardour/selection.h @@ -38,7 +38,7 @@ class Session; class Stripable; class PresentationInfo; -class CoreSelection : public PBD::Stateful { +class LIBARDOUR_API CoreSelection : public PBD::Stateful { public: CoreSelection (Session& s); ~CoreSelection (); -- 2.30.2