summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2017-05-08 10:35:10 +0100
committerPaul Davis <paul@linuxaudiosystems.com>2017-05-08 10:40:27 +0100
commit005fa9176a21e5f85ef713bc5af691378cc6824b (patch)
tree481d6ed1ef718310adfa122a80564911e6a2fff4
parent8ddbbe427d58bc2de962382899a4f06570071539 (diff)
allow Session to call Session::remove_stripable_by_id()
-rw-r--r--libs/ardour/ardour/selection.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/ardour/selection.h b/libs/ardour/ardour/selection.h
index 6d022b115a..08c2d1eda1 100644
--- a/libs/ardour/ardour/selection.h
+++ b/libs/ardour/ardour/selection.h
@@ -75,6 +75,7 @@ class LIBARDOUR_API CoreSelection : public PBD::Stateful {
protected:
friend class Stripable;
+ friend class Session;
void remove_stripable_by_id (PBD::ID const &);
private: