summaryrefslogtreecommitdiff
path: root/gtk2_ardour/add_route_dialog.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-01-26 00:18:31 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2016-05-31 15:30:38 -0400
commit0e1190c5551101c51a6fc7536dc9d2f38bdcae86 (patch)
tree11fb93d25bbeed18f6817da3cd4e5b029baf63f9 /gtk2_ardour/add_route_dialog.h
parentc61a5cabc788b170768f54737f3d3b869141aa81 (diff)
extend add route dialog to include VCA masters
Diffstat (limited to 'gtk2_ardour/add_route_dialog.h')
-rw-r--r--gtk2_ardour/add_route_dialog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/add_route_dialog.h b/gtk2_ardour/add_route_dialog.h
index be973095b5..51fccce4c9 100644
--- a/gtk2_ardour/add_route_dialog.h
+++ b/gtk2_ardour/add_route_dialog.h
@@ -55,6 +55,7 @@ class AddRouteDialog : public ArdourDialog
MixedTrack,
AudioBus,
MidiBus
+ VCAMaster,
};
TypeWanted type_wanted() const;