13
0

The new class 'ARDOUR::CoreSelection' needs to be exportable (since it gets used outside of libardour)

This commit is contained in:
John Emmas 2017-05-06 13:32:20 +01:00
parent 1eb18f8e27
commit dea25f2692

View File

@ -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 ();