mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-07 14:15:46 +01:00
Use generic sorter.
This commit is contained in:
parent
53ba6f1121
commit
4b730ca645
1 changed files with 1 additions and 1 deletions
|
|
@ -121,7 +121,7 @@ PortExportChannelSelector::fill_route_list ()
|
|||
channel_view.add_route (master);
|
||||
}
|
||||
|
||||
routes.sort (PresentationInfoSorter ());
|
||||
routes.sort (Stripable::PresentationOrderSorter ());
|
||||
|
||||
for (RouteList::iterator it = routes.begin(); it != routes.end(); ++it) {
|
||||
if ((*it)->is_master () || (*it)->is_monitor ()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue