summaryrefslogtreecommitdiffstats
path: root/src/server/LV2RequestRunFeature.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/LV2RequestRunFeature.hpp')
-rw-r--r--src/server/LV2RequestRunFeature.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/server/LV2RequestRunFeature.hpp b/src/server/LV2RequestRunFeature.hpp
index fddab4b8..aae05e3b 100644
--- a/src/server/LV2RequestRunFeature.hpp
+++ b/src/server/LV2RequestRunFeature.hpp
@@ -49,7 +49,8 @@ struct RequestRunFeature : public Ingen::Shared::LV2Features::Feature {
return LV2_WORKER_ERR_UNKNOWN;
Engine* engine = (Engine*)info->world->engine().get();
- engine->message_context()->run(
+ engine->message_context().run(
+ engine->process_context(),
dynamic_cast<NodeImpl*>(info->node),
engine->driver()->frame_time());