From e591427ffbc9785ee7f5302df92247d2b21ade68 Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Wed, 8 Jul 2020 16:35:38 -0400 Subject: [PATCH] add missing inline --- bundled/taskflow-2.5.0/include/taskflow/core/flow_builder.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundled/taskflow-2.5.0/include/taskflow/core/flow_builder.hpp b/bundled/taskflow-2.5.0/include/taskflow/core/flow_builder.hpp index 477ec3d5cb..e554730ef0 100644 --- a/bundled/taskflow-2.5.0/include/taskflow/core/flow_builder.hpp +++ b/bundled/taskflow-2.5.0/include/taskflow/core/flow_builder.hpp @@ -913,7 +913,7 @@ class Subflow : public FlowBuilder { }; // Constructor -Subflow::Subflow(Executor& executor, Node* parent, Graph& graph) : +inline Subflow::Subflow(Executor& executor, Node* parent, Graph& graph) : FlowBuilder {graph}, _executor {executor}, _parent {parent} { -- 2.39.5