summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_ui.h
diff options
context:
space:
mode:
authorBen Loftis <ben@harrisonconsoles.com>2015-11-17 16:55:11 -0600
committerBen Loftis <ben@harrisonconsoles.com>2015-11-17 16:55:11 -0600
commit6f955aa0bd70c6defc259eebb69a0590daf93cb5 (patch)
tree53f012eb87843af8c3a0286c97a5c5bcd9a848f3 /gtk2_ardour/route_ui.h
parenta95f8a8648b2a80d7f2b1208c38a4f9e66e70d85 (diff)
add Duplicate action to track and mixer context menus
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 8ef85af0b9..04ddf683e2 100644
--- a/gtk2_ardour/route_ui.h
+++ b/gtk2_ardour/route_ui.h
@@ -194,6 +194,7 @@ class RouteUI : public virtual AxisView
virtual void route_active_changed () {}
void set_route_active (bool, bool);
+ void duplicate_selected_routes ();
Gtk::Menu* record_menu;
void build_record_menu ();