mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
Gah! Typo in previous commit.
git-svn-id: svn://localhost/ardour2/branches/3.0@6960 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
c71cc3702e
commit
3bfb8ce383
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ BufferManager::ensure_buffers (ChanCount howmany)
|
|||
{
|
||||
/* this is protected by the audioengine's process lock: we do not */
|
||||
|
||||
for (ThreadBufferList::iterator i = thread_buffers_list->begin(); i != thread_buffers_list_end(); ++i) {
|
||||
for (ThreadBufferList::iterator i = thread_buffers_list->begin(); i != thread_buffers_list->end(); ++i) {
|
||||
(*i)->ensure_buffers (howmany);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue