summaryrefslogtreecommitdiffstats
path: root/src/server/LV2Plugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/LV2Plugin.cpp')
-rw-r--r--src/server/LV2Plugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/LV2Plugin.cpp b/src/server/LV2Plugin.cpp
index 3411fef8..983f566c 100644
--- a/src/server/LV2Plugin.cpp
+++ b/src/server/LV2Plugin.cpp
@@ -95,7 +95,7 @@ LV2Plugin::instantiate(BufferFactory& bufs,
Engine& engine,
const LilvState* state)
{
- LV2Block* b = new LV2Block(
+ auto* b = new LV2Block(
this, symbol, polyphonic, parent, engine.sample_rate());
if (!b->instantiate(bufs, state)) {