mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-09 15:15:41 +01:00
fix clang compile
This commit is contained in:
parent
cf6f9627e4
commit
9678be9b6a
1 changed files with 1 additions and 1 deletions
|
|
@ -108,7 +108,7 @@ PortExportChannelSelector::sync_with_manager ()
|
|||
* fill_route_list () -> update_channel_count () -> set_channel_count () -> update_config()
|
||||
* will call config->clear_channels(); and clear the config
|
||||
*/
|
||||
channel_view.set_config (0);
|
||||
channel_view.set_config (ChannelConfigPtr ());
|
||||
fill_route_list ();
|
||||
channel_view.set_config (state->config);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue