Track Templates: Add verbose descriptions for the built-in track types.
[ardour.git] / gtk2_ardour / add_route_dialog.h
index 9fc0403b766009ea7350f97a3f3f34d5f9990513..351022c1017b3ea575f71cc417bd80d35b420934 100644 (file)
@@ -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;