From c9863ba79edbac7ae78ad0e374a2988c816ad31a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 24 Mar 2018 14:07:08 +0100 Subject: WIP: Variant task --- src/server/GraphImpl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server/GraphImpl.cpp') diff --git a/src/server/GraphImpl.cpp b/src/server/GraphImpl.cpp index dc928179..ef3ef4d4 100644 --- a/src/server/GraphImpl.cpp +++ b/src/server/GraphImpl.cpp @@ -232,7 +232,7 @@ void GraphImpl::run(RunContext& context) { if (_compiled_graph) { - _compiled_graph->master().run(context); + Server::run(_compiled_graph->master(), context); } } -- cgit v1.2.1