summaryrefslogtreecommitdiff
path: root/gtk2_ardour/export_channel_selector.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2019-10-07 15:19:36 +0200
committerRobin Gareus <robin@gareus.org>2019-10-07 15:19:36 +0200
commite6ab652e7457bbbcfb07a6cb98c3f76f7a5d53d5 (patch)
tree6d4d291bf7b9d81a43b373b1f634765943cb0c6a /gtk2_ardour/export_channel_selector.h
parentce7d128c8a907b3398cac9fb492ed3b076d765fc (diff)
Stem-export: pre-select selected tracks/busses
Diffstat (limited to 'gtk2_ardour/export_channel_selector.h')
-rw-r--r--gtk2_ardour/export_channel_selector.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/export_channel_selector.h b/gtk2_ardour/export_channel_selector.h
index 68af9817ba..08eab87ebd 100644
--- a/gtk2_ardour/export_channel_selector.h
+++ b/gtk2_ardour/export_channel_selector.h
@@ -256,7 +256,7 @@ class TrackExportChannelSelector : public ExportChannelSelector
private:
void fill_list();
- void add_track (boost::shared_ptr<ARDOUR::Route> route);
+ void add_track (boost::shared_ptr<ARDOUR::Route> route, bool selected);
void update_config();
ChannelConfigList configs;