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/ardour/internal_return.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/ardour/ardour/internal_return.h') diff --git a/libs/ardour/ardour/internal_return.h b/libs/ardour/ardour/internal_return.h index 25aba5415d..2b8e618337 100644 --- a/libs/ardour/ardour/internal_return.h +++ b/libs/ardour/ardour/internal_return.h @@ -41,7 +41,7 @@ class InternalReturn : public Return void run (BufferSet& bufs, sframes_t start_frame, sframes_t end_frame, nframes_t nframes, bool); bool configure_io (ChanCount in, ChanCount out); bool can_support_io_configuration (const ChanCount& in, ChanCount& out) const; - void set_block_size (nframes_t); + int set_block_size (nframes_t); BufferSet* get_buffers(); void release_buffers(); -- cgit v1.2.3