From d1ee2a06cab5b4e08e12f352d91721442d8851de Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 20 May 2009 20:54:07 +0000 Subject: Restore configuration of click IO connections to session options dialog. git-svn-id: svn://localhost/ardour2/branches/3.0@5107 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/io_selector.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk2_ardour/io_selector.cc') diff --git a/gtk2_ardour/io_selector.cc b/gtk2_ardour/io_selector.cc index 3bc4836920..fb7d946f7d 100644 --- a/gtk2_ardour/io_selector.cc +++ b/gtk2_ardour/io_selector.cc @@ -55,7 +55,7 @@ IOSelector::IOSelector (ARDOUR::Session& session, boost::shared_ptr _ours = 1; } - _port_group = boost::shared_ptr (new PortGroup ("")); + _port_group.reset (new PortGroup ("")); _ports[_ours].add_group (_port_group); setup_all_ports (); -- cgit v1.2.3