summaryrefslogtreecommitdiffstats
path: root/src/engine/LADSPANode.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/LADSPANode.hpp')
-rw-r--r--src/engine/LADSPANode.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/engine/LADSPANode.hpp b/src/engine/LADSPANode.hpp
index 29f8fc5b..ef7db579 100644
--- a/src/engine/LADSPANode.hpp
+++ b/src/engine/LADSPANode.hpp
@@ -21,6 +21,7 @@
#include <string>
#include <ladspa.h>
#include <boost/optional.hpp>
+#include "raul/IntrusivePtr.hpp"
#include "types.hpp"
#include "NodeBase.hpp"
#include "PluginImpl.hpp"
@@ -55,7 +56,7 @@ public:
void process(ProcessContext& context);
- void set_port_buffer(uint32_t voice, uint32_t port_num, SharedPtr<Buffer> buf);
+ void set_port_buffer(uint32_t voice, uint32_t port_num, IntrusivePtr<Buffer> buf);
protected:
void get_port_limits(unsigned long port_index,