summaryrefslogtreecommitdiffstats
path: root/src/server/LV2Node.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/LV2Node.hpp')
-rw-r--r--src/server/LV2Node.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/LV2Node.hpp b/src/server/LV2Node.hpp
index 81a6113d..0e7e08ed 100644
--- a/src/server/LV2Node.hpp
+++ b/src/server/LV2Node.hpp
@@ -19,8 +19,8 @@
#define INGEN_ENGINE_LV2NODE_HPP
#include <string>
+#include <boost/intrusive_ptr.hpp>
#include "lilv/lilv.h"
-#include "raul/IntrusivePtr.hpp"
#include "lv2/lv2plug.in/ns/ext/contexts/contexts.h"
#include "types.hpp"
#include "NodeImpl.hpp"
@@ -59,7 +59,7 @@ public:
void process(ProcessContext& context);
void set_port_buffer(uint32_t voice, uint32_t port_num,
- IntrusivePtr<Buffer> buf, SampleCount offset);
+ boost::intrusive_ptr<Buffer> buf, SampleCount offset);
protected:
inline LilvInstance* instance(uint32_t voice) {