From a4d9d09af5853f769e1143c2353806bfb7d89f58 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 16 Aug 2010 19:58:34 +0000 Subject: forward port 2.X changes up to and including rev 6714 git-svn-id: svn://localhost/ardour2/branches/3.0@7635 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/internal_return.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libs/ardour/internal_return.cc') diff --git a/libs/ardour/internal_return.cc b/libs/ardour/internal_return.cc index 280568131f..e1f39b79a3 100644 --- a/libs/ardour/internal_return.cc +++ b/libs/ardour/internal_return.cc @@ -62,10 +62,11 @@ InternalReturn::configure_io (ChanCount in, ChanCount out) return true; } -void +int InternalReturn::set_block_size (nframes_t nframes) { allocate_buffers (nframes); + return 0; } void -- cgit v1.2.3