summaryrefslogtreecommitdiff
path: root/gtk2_ardour/add_route_dialog.h
diff options
context:
space:
mode:
authorBen Loftis <ben@harrisonconsoles.com>2017-08-22 16:20:26 -0500
committerBen Loftis <ben@harrisonconsoles.com>2017-08-22 16:20:26 -0500
commit337d5b3e4a559628413e025b5ddeb56240169d80 (patch)
tree8ebd3e1d258eaba2c150c61e59459d1e8dcfc22d /gtk2_ardour/add_route_dialog.h
parentc0e513de761c2a56f9243ec84a859053d60b6873 (diff)
Track Templates: Add verbose descriptions for the built-in track types.
Diffstat (limited to 'gtk2_ardour/add_route_dialog.h')
-rw-r--r--gtk2_ardour/add_route_dialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/add_route_dialog.h b/gtk2_ardour/add_route_dialog.h
index 9fc0403b76..351022c101 100644
--- a/gtk2_ardour/add_route_dialog.h
+++ b/gtk2_ardour/add_route_dialog.h
@@ -157,7 +157,7 @@ private:
typedef std::vector<ChannelSetup> ChannelSetups;
ChannelSetups channel_setups;
- static std::vector<std::string> builtin_types;
+ static std::vector<std::pair<std::string, std::string> > builtin_types;
static std::vector<std::string> channel_combo_strings;
static std::vector<std::string> bus_mode_strings;