From 83d366452af8e93f0722658d730528d699f21e2b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 9 Mar 2017 08:33:21 +0100 Subject: Preliminary port groups work --- ingen/Resource.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ingen/Resource.hpp') diff --git a/ingen/Resource.hpp b/ingen/Resource.hpp index 3eb1349f..1ffa571e 100644 --- a/ingen/Resource.hpp +++ b/ingen/Resource.hpp @@ -187,7 +187,8 @@ public: bool& graph, bool& block, bool& port, - bool& is_output); + bool& is_output, + bool& is_group); virtual void set_uri(const Raul::URI& uri) { _uri = uri; } -- cgit v1.2.1