From 393c5e2ffe3c28ece6768c8c7a2c09d4226af477 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 11 May 2012 19:47:45 +0000 Subject: Fix compilation with clang. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4358 a436a847-0d15-0410-975c-d299462d15a1 --- src/server/LV2Node.hpp | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'src/server/LV2Node.hpp') diff --git a/src/server/LV2Node.hpp b/src/server/LV2Node.hpp index 5ba2afaf..6309acf2 100644 --- a/src/server/LV2Node.hpp +++ b/src/server/LV2Node.hpp @@ -19,11 +19,10 @@ #include -#include - #include "lilv/lilv.h" #include "lv2/lv2plug.in/ns/ext/worker/worker.h" +#include "BufferRef.hpp" #include "NodeImpl.hpp" #include "ingen/shared/LV2Features.hpp" #include "types.hpp" @@ -60,8 +59,10 @@ public: void process(ProcessContext& context); - void set_port_buffer(uint32_t voice, uint32_t port_num, - boost::intrusive_ptr buf, SampleCount offset); + void set_port_buffer(uint32_t voice, + uint32_t port_num, + BufferRef buf, + SampleCount offset); protected: inline LilvInstance* instance(uint32_t voice) { -- cgit v1.2.1