13
0

fix declaration of Playlist::ripple_unlocked() (lost in rebase conflict resolution)

This commit is contained in:
Paul Davis 2021-07-03 17:21:10 -06:00
parent 6e7f9029ec
commit 8fca5796d6

View File

@ -421,7 +421,7 @@ protected:
void sort_regions ();
void ripple_locked (timepos_t const & at, timecnt_t const & distance, RegionList *exclude);
void ripple_unlocked (timepos_t const & at, timecnt_t const & distance, RegionList *exclude, ThawList& thawlist);
void ripple_unlocked (timepos_t const & at, timecnt_t const & distance, RegionList *exclude, ThawList& thawlist, bool notify = true);
virtual void remove_dependents (boost::shared_ptr<Region> /*region*/) {}
virtual void region_going_away (boost::weak_ptr<Region> /*region*/) {}