The new class 'ARDOUR::CoreSelection' needs to be exportable (since it gets used...
authorJohn Emmas <johne53@tiscali.co.uk>
Sat, 6 May 2017 12:32:20 +0000 (13:32 +0100)
committerJohn Emmas <johne53@tiscali.co.uk>
Sat, 6 May 2017 12:32:20 +0000 (13:32 +0100)
libs/ardour/ardour/selection.h

index 26e2c31ce1c346ddcf1ac29de601f4ce32ce83a6..6d022b115a8d68af25f1b99baf7f9fc71c04f861 100644 (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 ();