From 005fa9176a21e5f85ef713bc5af691378cc6824b Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 8 May 2017 10:35:10 +0100 Subject: [PATCH] allow Session to call Session::remove_stripable_by_id() --- libs/ardour/ardour/selection.h | 1 + 1 file changed, 1 insertion(+) 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: