From 8d1e92ab0655d4ede8ea17358d678b3a5aabc1bc Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 23 Apr 2012 02:32:33 +0000 Subject: Localise buffer reference stuff. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4252 a436a847-0d15-0410-975c-d299462d15a1 --- src/server/DuplexPort.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/server/DuplexPort.hpp') diff --git a/src/server/DuplexPort.hpp b/src/server/DuplexPort.hpp index a928f27c..5b8f30e0 100644 --- a/src/server/DuplexPort.hpp +++ b/src/server/DuplexPort.hpp @@ -52,9 +52,9 @@ public: virtual ~DuplexPort() {} - bool get_buffers(BufferFactory& bufs, - Raul::Array* buffers, - uint32_t poly) const; + bool get_buffers(BufferFactory& bufs, + Raul::Array* buffers, + uint32_t poly) const; void pre_process(Context& context); void post_process(Context& context); -- cgit v1.2.1