summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/PatchPlugin.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/engine/PatchPlugin.hpp')
-rw-r--r--src/libs/engine/PatchPlugin.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libs/engine/PatchPlugin.hpp b/src/libs/engine/PatchPlugin.hpp
index 24a2679a..a7334392 100644
--- a/src/libs/engine/PatchPlugin.hpp
+++ b/src/libs/engine/PatchPlugin.hpp
@@ -44,8 +44,7 @@ public:
NodeImpl* instantiate(const std::string& name,
bool polyphonic,
Ingen::PatchImpl* parent,
- SampleRate srate,
- size_t buffer_size)
+ Engine& engine)
{
return NULL;
}