summaryrefslogtreecommitdiff
path: root/gtk2_ardour/add_route_dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/add_route_dialog.h')
-rw-r--r--gtk2_ardour/add_route_dialog.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk2_ardour/add_route_dialog.h b/gtk2_ardour/add_route_dialog.h
index 9d4d89906a..571420c4be 100644
--- a/gtk2_ardour/add_route_dialog.h
+++ b/gtk2_ardour/add_route_dialog.h
@@ -71,8 +71,10 @@ class AddRouteDialog : public ArdourDialog
void track_type_chosen ();
void refill_channel_setups ();
void refill_route_groups ();
+ void refill_track_modes ();
void add_route_group (ARDOUR::RouteGroup *);
void group_changed ();
+ void channel_combo_changed ();
bool channel_separator (const Glib::RefPtr<Gtk::TreeModel> &m, const Gtk::TreeModel::iterator &i);
bool route_separator (const Glib::RefPtr<Gtk::TreeModel> &m, const Gtk::TreeModel::iterator &i);
void maybe_update_name_template_entry ();
@@ -91,7 +93,6 @@ class AddRouteDialog : public ArdourDialog
ChannelSetups channel_setups;
static std::vector<std::string> channel_combo_strings;
- static std::vector<std::string> track_mode_strings;
static std::vector<std::string> bus_mode_strings;
};