mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
Fix pollution of global namespace by Evoral.
git-svn-id: svn://localhost/ardour2/branches/3.0@3947 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
8b951bb9ee
commit
1514039689
12 changed files with 64 additions and 63 deletions
|
|
@ -342,7 +342,7 @@ Sequence::read(EventSink& dst, timestamp_t start, timedur_t nframes, timestamp_t
|
|||
debugout << "Using cached iterator at " << _next_read << endl;
|
||||
}
|
||||
|
||||
_next_read = (nframes_t) floor (start + nframes);
|
||||
_next_read = (FrameTime) floor (start + nframes);
|
||||
|
||||
while (_read_iter != end() && _read_iter->time() < start + nframes) {
|
||||
assert(_read_iter->size() > 0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue