change iteratory indirection syntax, remove debug output

This commit is contained in:
Paul Davis 2017-09-18 10:36:57 -04:00
parent f9f32cb5be
commit 82f193d4dd

View File

@ -565,13 +565,12 @@ TempoMap::rebuild (superclock_t limit)
_points.insert (next, TempoMapPoint (*tmp, sc, qn, bbt));
}
(*tmp).set_dirty (false);
tmp->set_dirty (false);
prev = tmp;
tmp = next;
}
Changed (first_dirty, _points.back().sclock()); /* EMIT SIGNAL */
cerr << "Rebuilt " << first_dirty << " .. " << _points.back().sclock() << endl;
}
bool