summaryrefslogtreecommitdiff
path: root/libs/ardour/process_thread.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2013-07-31 02:00:31 +0200
committerRobin Gareus <robin@gareus.org>2013-07-31 02:00:31 +0200
commite8dc22119182b07ba0aab3739c86df23d22eb6bc (patch)
treeb66feea0707220c8347e5326f4864e2e25e216d6 /libs/ardour/process_thread.cc
parent476da4f3dfd23a23c4216512362d62f4f3bb9fbc (diff)
fix stupid copy/paste error in 00f26394a9
Diffstat (limited to 'libs/ardour/process_thread.cc')
-rw-r--r--libs/ardour/process_thread.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/process_thread.cc b/libs/ardour/process_thread.cc
index 2ffb47a0df..4c9789f37a 100644
--- a/libs/ardour/process_thread.cc
+++ b/libs/ardour/process_thread.cc
@@ -114,7 +114,7 @@ ProcessThread::get_route_buffers (ChanCount count, bool silence)
ThreadBuffers* tb = _private_thread_buffers.get();
assert (tb);
- BufferSet* sb = tb->scratch_buffers;
+ BufferSet* sb = tb->route_buffers;
assert (sb);
if (count != ChanCount::ZERO) {