summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_ui.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-04-05 20:08:37 +0000
committerCarl Hetherington <carl@carlh.net>2010-04-05 20:08:37 +0000
commit3ff2396b4acf00dc8a092de5c5d5c2a8465efdad (patch)
tree9f9e8f0e5e9bfb3a1ceadadf7c6ba441a40d35f1 /gtk2_ardour/route_ui.h
parentad5bcfaa0bde60a12d5a1a7512bfcb9479e69829 (diff)
Add solo safe control to editor route list, as per #3063.
git-svn-id: svn://localhost/ardour2/branches/3.0@6861 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/route_ui.h')
-rw-r--r--gtk2_ardour/route_ui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/route_ui.h b/gtk2_ardour/route_ui.h
index 43dc45d321..5741687040 100644
--- a/gtk2_ardour/route_ui.h
+++ b/gtk2_ardour/route_ui.h
@@ -196,6 +196,7 @@ class RouteUI : public virtual AxisView
static int solo_visual_state (boost::shared_ptr<ARDOUR::Route>);
static int solo_visual_state_with_isolate (boost::shared_ptr<ARDOUR::Route>);
static int solo_isolate_visual_state (boost::shared_ptr<ARDOUR::Route>);
+ static int solo_safe_visual_state (boost::shared_ptr<ARDOUR::Route>);
static int mute_visual_state (ARDOUR::Session*, boost::shared_ptr<ARDOUR::Route>);
protected: