mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Use weak-ptr for source added/removed signals (2/2)
This commit is contained in:
parent
ab58c894d3
commit
b228dce1c1
2 changed files with 11 additions and 1 deletions
|
|
@ -120,6 +120,7 @@ private:
|
|||
|
||||
void add_source (boost::shared_ptr<ARDOUR::Region>);
|
||||
void remove_source (boost::shared_ptr<ARDOUR::Source>);
|
||||
void remove_weak_source (boost::weak_ptr<ARDOUR::Source>);
|
||||
|
||||
void clock_format_changed ();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue