summaryrefslogtreecommitdiff
path: root/libs/ardour/route_group.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/route_group.cc')
-rw-r--r--libs/ardour/route_group.cc6
1 files changed, 6 insertions, 0 deletions
diff --git a/libs/ardour/route_group.cc b/libs/ardour/route_group.cc
index 55183bd0b8..23b745892e 100644
--- a/libs/ardour/route_group.cc
+++ b/libs/ardour/route_group.cc
@@ -507,6 +507,12 @@ RouteGroup::destroy_subgroup ()
}
bool
+RouteGroup::has_subgroup() const
+{
+ return subgroup_bus != 0;
+}
+
+bool
RouteGroup::enabled_property (PBD::PropertyID prop)
{
OwnedPropertyList::iterator i = _properties->find (prop);