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/EdgeImpl.hpp | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'src/server/EdgeImpl.hpp') diff --git a/src/server/EdgeImpl.hpp b/src/server/EdgeImpl.hpp index 3d39e492..b93d65f6 100644 --- a/src/server/EdgeImpl.hpp +++ b/src/server/EdgeImpl.hpp @@ -20,7 +20,6 @@ #include #include -#include #include #include "ingen/Edge.hpp" @@ -70,11 +69,11 @@ public: void queue(Context& context); - void get_sources(Context& context, - uint32_t voice, - boost::intrusive_ptr* srcs, - uint32_t max_num_srcs, - uint32_t& num_srcs); + void get_sources(Context& context, + uint32_t voice, + Buffer** srcs, + uint32_t max_num_srcs, + uint32_t& num_srcs); /** Get the buffer for a particular voice. * An Edge is smart - it knows the destination port requesting the -- cgit v1.2.1