From bd50ebb65df099d84fcf8978c7dc1db7db3b2917 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 17 Jan 2018 00:10:50 +0100 Subject: Clean up Engine component memory management and trim include tree --- src/server/LV2Block.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server/LV2Block.cpp') diff --git a/src/server/LV2Block.cpp b/src/server/LV2Block.cpp index 8b719b49..440fb3c5 100644 --- a/src/server/LV2Block.cpp +++ b/src/server/LV2Block.cpp @@ -641,7 +641,7 @@ LV2Block::load_state(World* world, const std::string& path) } void -LV2Block::apply_state(Worker* worker, const LilvState* state) +LV2Block::apply_state(const UPtr& worker, const LilvState* state) { World* world = parent_graph()->engine().world(); SPtr sched; -- cgit v1.2.1