summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour
diff options
context:
space:
mode:
authorLen Ovens <len@ovenwerks.net>2018-06-30 14:14:31 -0700
committerLen Ovens <len@ovenwerks.net>2018-06-30 14:14:31 -0700
commit88c82aeb56c62d9d0c0acff51e360492ad9b8d23 (patch)
treea1c7302417e0d99b024811ef5fb74ee806b9d3a3 /libs/ardour/ardour
parentcd0f5e06a922f3f64bdc830b96c61a900dc4e768 (diff)
Fix code style
Diffstat (limited to 'libs/ardour/ardour')
-rw-r--r--libs/ardour/ardour/route_group.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/ardour/route_group.h b/libs/ardour/ardour/route_group.h
index b05d0573ce..a341721ae2 100644
--- a/libs/ardour/ardour/route_group.h
+++ b/libs/ardour/ardour/route_group.h
@@ -161,7 +161,7 @@ public:
private:
boost::shared_ptr<RouteList> routes;
- boost::shared_ptr<Route> subgroup_bus;
+ boost::shared_ptr<Route> _subgroup_bus;
boost::weak_ptr<VCA> group_master;
PBD::Property<bool> _relative;