remove unused line
[ardour.git] / libs / ardour / ardour / selection.h
index 26e2c31ce1c346ddcf1ac29de601f4ce32ce83a6..8da0692761c451fb8a7ef2e853a9775db60f940b 100644 (file)
@@ -36,9 +36,10 @@ namespace ARDOUR {
 class AutomationControl;
 class Session;
 class Stripable;
+class VCAManager;
 class PresentationInfo;
 
-class CoreSelection : public PBD::Stateful {
+class LIBARDOUR_API CoreSelection : public PBD::Stateful {
   public:
        CoreSelection (Session& s);
        ~CoreSelection ();
@@ -75,6 +76,8 @@ class CoreSelection : public PBD::Stateful {
 
   protected:
        friend class Stripable;
+       friend class Session;
+       friend class VCAManager;
        void remove_stripable_by_id (PBD::ID const &);
 
   private: