From 9678be9b6a1a472b4563386b32eff6fc7fe5dce1 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Thu, 26 May 2016 01:52:34 +0200 Subject: fix clang compile --- gtk2_ardour/export_channel_selector.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk2_ardour/export_channel_selector.cc') diff --git a/gtk2_ardour/export_channel_selector.cc b/gtk2_ardour/export_channel_selector.cc index baef41e1ae..c411c2b22c 100644 --- a/gtk2_ardour/export_channel_selector.cc +++ b/gtk2_ardour/export_channel_selector.cc @@ -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); } -- cgit v1.2.3