summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/selection.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/ardour/selection.h')
-rw-r--r--libs/ardour/ardour/selection.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/ardour/ardour/selection.h b/libs/ardour/ardour/selection.h
index 08c2d1eda1..8da0692761 100644
--- a/libs/ardour/ardour/selection.h
+++ b/libs/ardour/ardour/selection.h
@@ -36,6 +36,7 @@ namespace ARDOUR {
class AutomationControl;
class Session;
class Stripable;
+class VCAManager;
class PresentationInfo;
class LIBARDOUR_API CoreSelection : public PBD::Stateful {
@@ -76,6 +77,7 @@ class LIBARDOUR_API CoreSelection : public PBD::Stateful {
protected:
friend class Stripable;
friend class Session;
+ friend class VCAManager;
void remove_stripable_by_id (PBD::ID const &);
private: