X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fardour%2Fardour%2Fgraphnode.h;h=55867eac4c7e03893ebfe3c2af2a2da1a9529365;hb=b7a711e385a6a8cbd4d170bae449b4785f890b23;hp=191babdb12ea3db49e1bc6af691fb6b8a2304879;hpb=e12432cc632125821d6ed192d129ef385fb25002;p=ardour.git diff --git a/libs/ardour/ardour/graphnode.h b/libs/ardour/ardour/graphnode.h index 191babdb12..55867eac4c 100644 --- a/libs/ardour/ardour/graphnode.h +++ b/libs/ardour/ardour/graphnode.h @@ -38,7 +38,7 @@ typedef std::set< node_ptr_t > node_set_t; typedef std::list< node_ptr_t > node_list_t; /** A node on our processing graph, ie a Route */ -class GraphNode +class LIBARDOUR_API GraphNode { public: GraphNode( boost::shared_ptr Graph ); @@ -53,6 +53,7 @@ class GraphNode private: friend class Graph; + /** Nodes that we directly feed */ node_set_t _activation_set[2]; boost::shared_ptr _graph;