summaryrefslogtreecommitdiffstats
path: root/src/server/LV2Block.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/LV2Block.cpp')
-rw-r--r--src/server/LV2Block.cpp2
1 files changed, 1 insertions, 1 deletions
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>& worker, const LilvState* state)
{
World* world = parent_graph()->engine().world();
SPtr<LV2_Feature> sched;