summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/LV2Plugin.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/engine/LV2Plugin.hpp')
-rw-r--r--src/libs/engine/LV2Plugin.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libs/engine/LV2Plugin.hpp b/src/libs/engine/LV2Plugin.hpp
index 827e7e89..c1f8671d 100644
--- a/src/libs/engine/LV2Plugin.hpp
+++ b/src/libs/engine/LV2Plugin.hpp
@@ -61,8 +61,7 @@ public:
NodeImpl* instantiate(const string& name,
bool polyphonic,
Ingen::PatchImpl* parent,
- SampleRate srate,
- size_t buffer_size);
+ Engine& engine);
const string symbol() const;
const string name() const;