summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/thread_buffers.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/ardour/thread_buffers.h')
-rw-r--r--libs/ardour/ardour/thread_buffers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/ardour/thread_buffers.h b/libs/ardour/ardour/thread_buffers.h
index f30476a474..bf686fd57e 100644
--- a/libs/ardour/ardour/thread_buffers.h
+++ b/libs/ardour/ardour/thread_buffers.h
@@ -35,7 +35,7 @@ public:
ThreadBuffers ();
~ThreadBuffers ();
- void ensure_buffers (ChanCount howmany = ChanCount::ZERO);
+ void ensure_buffers (ChanCount howmany = ChanCount::ZERO, size_t custom = 0);
BufferSet* silent_buffers;
BufferSet* scratch_buffers;