From 3bfb8ce383daa892624d1fa27332e73168bba24a Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 22 Apr 2010 12:22:57 +0000 Subject: Gah! Typo in previous commit. git-svn-id: svn://localhost/ardour2/branches/3.0@6960 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/buffer_manager.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/ardour/buffer_manager.cc') diff --git a/libs/ardour/buffer_manager.cc b/libs/ardour/buffer_manager.cc index f9c73d5b3e..8213601798 100644 --- a/libs/ardour/buffer_manager.cc +++ b/libs/ardour/buffer_manager.cc @@ -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); } } -- cgit v1.2.3