fix declaration of Playlist::ripple_unlocked() (lost in rebase conflict resolution)
This commit is contained in:
parent
6e7f9029ec
commit
8fca5796d6
@ -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*/) {}
|
||||
|
Loading…
Reference in New Issue
Block a user