summaryrefslogtreecommitdiffstats
path: root/src/server/EdgeImpl.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/EdgeImpl.hpp')
-rw-r--r--src/server/EdgeImpl.hpp11
1 files changed, 5 insertions, 6 deletions
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 <cstdlib>
#include <boost/intrusive/slist.hpp>
-#include <boost/intrusive_ptr.hpp>
#include <boost/utility.hpp>
#include "ingen/Edge.hpp"
@@ -70,11 +69,11 @@ public:
void queue(Context& context);
- void get_sources(Context& context,
- uint32_t voice,
- boost::intrusive_ptr<Buffer>* 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