From: John Emmas Date: Sat, 6 May 2017 12:32:20 +0000 (+0100) Subject: The new class 'ARDOUR::CoreSelection' needs to be exportable (since it gets used... X-Git-Tag: 5.9~81 X-Git-Url: https://main.carlh.net/gitweb/?a=commitdiff_plain;h=dea25f26927b5db856461516559524f81fcf9a3f;p=ardour.git The new class 'ARDOUR::CoreSelection' needs to be exportable (since it gets used outside of libardour) --- 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 ();