mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-05 05:05:43 +01:00
fix types of Playlist member objects (lost in rebase conflict resolution)
This commit is contained in:
parent
caba355012
commit
6e7f9029ec
1 changed files with 2 additions and 2 deletions
|
|
@ -361,10 +361,10 @@ protected:
|
|||
* do automation-follows-regions.
|
||||
*/
|
||||
|
||||
std::list<Evoral::RangeMove<samplepos_t> > pending_range_moves;
|
||||
std::list<Temporal::RangeMove> pending_range_moves;
|
||||
|
||||
/** Extra sections added to regions during trims */
|
||||
std::list<Evoral::Range<samplepos_t> > pending_region_extensions;
|
||||
std::list<Temporal::TimeRange> pending_region_extensions;
|
||||
|
||||
uint32_t in_set_state;
|
||||
bool in_undo;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue