13
0

allow Session to call Session::remove_stripable_by_id()

This commit is contained in:
Paul Davis 2017-05-08 10:35:10 +01:00
parent 8ddbbe427d
commit 005fa9176a

View File

@ -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: