summaryrefslogtreecommitdiff
path: root/gtk2_ardour/export_channel_selector.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-05-26 01:52:34 +0200
committerRobin Gareus <robin@gareus.org>2016-05-26 01:52:34 +0200
commit9678be9b6a1a472b4563386b32eff6fc7fe5dce1 (patch)
tree6fec06d3b327ce0bf7464da4bf71a8f561c2b92a /gtk2_ardour/export_channel_selector.cc
parentcf6f9627e4bc8e3bc9997e26375a13b3956faa87 (diff)
fix clang compile
Diffstat (limited to 'gtk2_ardour/export_channel_selector.cc')
-rw-r--r--gtk2_ardour/export_channel_selector.cc2
1 files changed, 1 insertions, 1 deletions
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);
}