13
0

fix clang compile

This commit is contained in:
Robin Gareus 2016-05-26 01:52:34 +02:00
parent cf6f9627e4
commit 9678be9b6a

View File

@ -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);
}