The new class 'ARDOUR::CoreSelection' needs to be exportable (since it gets used outside of libardour)
This commit is contained in:
parent
1eb18f8e27
commit
dea25f2692
@ -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 ();
|
||||
|
Loading…
Reference in New Issue
Block a user