fix clang compile
This commit is contained in:
parent
cf6f9627e4
commit
9678be9b6a
@ -108,7 +108,7 @@ PortExportChannelSelector::sync_with_manager ()
|
|||||||
* fill_route_list () -> update_channel_count () -> set_channel_count () -> update_config()
|
* fill_route_list () -> update_channel_count () -> set_channel_count () -> update_config()
|
||||||
* will call config->clear_channels(); and clear the config
|
* will call config->clear_channels(); and clear the config
|
||||||
*/
|
*/
|
||||||
channel_view.set_config (0);
|
channel_view.set_config (ChannelConfigPtr ());
|
||||||
fill_route_list ();
|
fill_route_list ();
|
||||||
channel_view.set_config (state->config);
|
channel_view.set_config (state->config);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user