summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/route_ui.h')
-rw-r--r--gtk2_ardour/route_ui.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/gtk2_ardour/route_ui.h b/gtk2_ardour/route_ui.h
index 7baf99d32a..a61703a18e 100644
--- a/gtk2_ardour/route_ui.h
+++ b/gtk2_ardour/route_ui.h
@@ -308,16 +308,16 @@ class RouteUI : public virtual Selectable, public virtual ARDOUR::SessionHandleP
protected:
struct SoloMuteRelease {
- SoloMuteRelease (bool was_active)
- : active (was_active)
- , exclusive (false) {}
-
- boost::shared_ptr<ARDOUR::RouteList> routes;
- boost::shared_ptr<ARDOUR::RouteList> routes_on;
- boost::shared_ptr<ARDOUR::RouteList> routes_off;
- boost::shared_ptr<ARDOUR::Route> route;
- bool active;
- bool exclusive;
+ SoloMuteRelease (bool was_active)
+ : active (was_active)
+ , exclusive (false) {}
+
+ boost::shared_ptr<ARDOUR::RouteList> routes;
+ boost::shared_ptr<ARDOUR::RouteList> routes_on;
+ boost::shared_ptr<ARDOUR::RouteList> routes_off;
+ boost::shared_ptr<ARDOUR::Route> route;
+ bool active;
+ bool exclusive;
};
SoloMuteRelease* _solo_release;