From 170025af736c1bfea56799f64384c4915047b8e5 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 23 Apr 2012 00:28:01 +0000 Subject: Maybe fix boost compilation errors. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4245 a436a847-0d15-0410-975c-d299462d15a1 --- src/server/OutputPort.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/server/OutputPort.hpp') diff --git a/src/server/OutputPort.hpp b/src/server/OutputPort.hpp index 0f56c606..9fb3ab58 100644 --- a/src/server/OutputPort.hpp +++ b/src/server/OutputPort.hpp @@ -51,9 +51,9 @@ public: virtual ~OutputPort() {} - 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