From 61cade6d59118288e90a405e0f4fbc24d0108814 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 10 Dec 2009 03:25:32 +0000 Subject: drastic, deep and wide changes to make RouteGroup use boost::shared_ptr and boost::shared_ptr to better fit into emerging framework for "RT operations" ; torben's changes to MTC slaving code (sorry for bundling) git-svn-id: svn://localhost/ardour2/branches/3.0@6334 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/port_group.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk2_ardour/port_group.cc') diff --git a/gtk2_ardour/port_group.cc b/gtk2_ardour/port_group.cc index 2589722264..c0d8db9cba 100644 --- a/gtk2_ardour/port_group.cc +++ b/gtk2_ardour/port_group.cc @@ -296,7 +296,7 @@ PortGroupList::gather (ARDOUR::Session* session, bool inputs, bool allow_dups) if (g) { - TimeAxisView* tv = PublicEditor::instance().axis_view_from_route (i->get()); + TimeAxisView* tv = PublicEditor::instance().axis_view_from_route (*i); for (list >::iterator i = route_bundles.begin(); i != route_bundles.end(); ++i) { if (tv) { g->add_bundle (*i, io, tv->color ()); -- cgit v1.2.3