summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_ui.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2009-11-21 19:33:09 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2009-11-21 19:33:09 +0000
commit7fdfa981b59537352dde099401a62536f99148e7 (patch)
treec8c6bb69776dea77aea8cea7c3519010c19feb99 /gtk2_ardour/route_ui.h
parent3ef1fe249318d5f4331ac4187ea07b9ec5863c60 (diff)
get "solo safe" back in action again
git-svn-id: svn://localhost/ardour2/branches/3.0@6149 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/route_ui.h')
-rw-r--r--gtk2_ardour/route_ui.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk2_ardour/route_ui.h b/gtk2_ardour/route_ui.h
index 15eafb4e18..53dd810541 100644
--- a/gtk2_ardour/route_ui.h
+++ b/gtk2_ardour/route_ui.h
@@ -139,6 +139,9 @@ class RouteUI : public virtual AxisView
void solo_isolated_toggle (void*, Gtk::CheckMenuItem*);
void toggle_solo_isolated (Gtk::CheckMenuItem*);
+ void solo_safe_toggle (void*, Gtk::CheckMenuItem*);
+ void toggle_solo_safe (Gtk::CheckMenuItem*);
+
Gtk::CheckMenuItem* pre_fader_mute_check;
Gtk::CheckMenuItem* post_fader_mute_check;
Gtk::CheckMenuItem* listen_mute_check;