summaryrefslogtreecommitdiffstats
path: root/ingen/Resource.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/Resource.hpp')
-rw-r--r--ingen/Resource.hpp3
1 files changed, 2 insertions, 1 deletions
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; }