summaryrefslogtreecommitdiffstats
path: root/src/engine/LADSPAPlugin.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/LADSPAPlugin.hpp')
-rw-r--r--src/engine/LADSPAPlugin.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/engine/LADSPAPlugin.hpp b/src/engine/LADSPAPlugin.hpp
index 0a9bbdd7..332bdd8e 100644
--- a/src/engine/LADSPAPlugin.hpp
+++ b/src/engine/LADSPAPlugin.hpp
@@ -44,7 +44,8 @@ public:
const std::string& label,
const std::string& name);
- NodeImpl* instantiate(const std::string& name,
+ NodeImpl* instantiate(BufferFactory& bufs,
+ const std::string& name,
bool polyphonic,
Ingen::PatchImpl* parent,
Engine& engine);