summaryrefslogtreecommitdiffstats
path: root/src/engine/InternalPlugin.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/InternalPlugin.hpp')
-rw-r--r--src/engine/InternalPlugin.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/engine/InternalPlugin.hpp b/src/engine/InternalPlugin.hpp
index d9d6b0b2..b7797b49 100644
--- a/src/engine/InternalPlugin.hpp
+++ b/src/engine/InternalPlugin.hpp
@@ -37,6 +37,7 @@
namespace Ingen {
class NodeImpl;
+class BufferFactory;
/** Implementation of an Internal plugin.
@@ -46,7 +47,8 @@ class InternalPlugin : public PluginImpl
public:
InternalPlugin(const std::string& uri, const std::string& symbol);
- NodeImpl* instantiate(const std::string& name,
+ NodeImpl* instantiate(BufferFactory& bufs,
+ const std::string& name,
bool polyphonic,
Ingen::PatchImpl* parent,
Engine& engine);