Use weak-ptr for source added/removed signals (2/2)

This commit is contained in:
Robin Gareus 2019-12-25 18:00:57 +01:00
parent ab58c894d3
commit b228dce1c1
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
2 changed files with 11 additions and 1 deletions

View file

@ -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 ();