summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/graphnode.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-11-05 17:54:44 +0000
committerCarl Hetherington <carl@carlh.net>2011-11-05 17:54:44 +0000
commit93e662348cac56ae7c8406d46714ea0198f6cdd9 (patch)
treed19b85343ad6492d93decacf04e554a704191d6a /libs/ardour/ardour/graphnode.h
parent00155d8f1e8648b7a459b241119dfac38d27437d (diff)
A few more comments.
git-svn-id: svn://localhost/ardour2/branches/3.0@10462 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ardour/graphnode.h')
-rw-r--r--libs/ardour/ardour/graphnode.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/ardour/graphnode.h b/libs/ardour/ardour/graphnode.h
index 191babdb12..9e0182300f 100644
--- a/libs/ardour/ardour/graphnode.h
+++ b/libs/ardour/ardour/graphnode.h
@@ -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> _graph;