mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 15:54:57 +01:00
Fix compilation with clang (vexing-parse)
This commit is contained in:
parent
ac27bbafcf
commit
027b6ee9cf
1 changed files with 1 additions and 1 deletions
|
|
@ -393,7 +393,7 @@ MidiPlaylist::combine (RegionList const & rl)
|
||||||
++i;
|
++i;
|
||||||
|
|
||||||
timepos_t earliest (timepos_t::max (Temporal::BeatTime));
|
timepos_t earliest (timepos_t::max (Temporal::BeatTime));
|
||||||
timepos_t latest (timepos_t (Temporal::BeatTime));
|
timepos_t latest (Temporal::BeatTime);
|
||||||
|
|
||||||
for (auto const & r : rl) {
|
for (auto const & r : rl) {
|
||||||
assert (boost::dynamic_pointer_cast<MidiRegion> (r));
|
assert (boost::dynamic_pointer_cast<MidiRegion> (r));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue