summaryrefslogtreecommitdiffstats
path: root/src/engine/PatchPlugin.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/PatchPlugin.hpp')
-rw-r--r--src/engine/PatchPlugin.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/engine/PatchPlugin.hpp b/src/engine/PatchPlugin.hpp
index 4a5a39e9..99c9359f 100644
--- a/src/engine/PatchPlugin.hpp
+++ b/src/engine/PatchPlugin.hpp
@@ -41,7 +41,8 @@ public:
: PluginImpl(Plugin::Patch, uri)
{}
- NodeImpl* instantiate(const std::string& name,
+ NodeImpl* instantiate(BufferFactory& bufs,
+ const std::string& name,
bool polyphonic,
Ingen::PatchImpl* parent,
Engine& engine)