mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-10 15:36:24 +01:00
allow Session to call Session::remove_stripable_by_id()
This commit is contained in:
parent
8ddbbe427d
commit
005fa9176a
1 changed files with 1 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue