From 1fd56c5476a4628dcf25d64c2950811c395bcfac Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 21 Jul 2010 02:17:57 +0000 Subject: Sort tracks in the port matrix according to editor order. Fixes #2966. git-svn-id: svn://localhost/ardour2/branches/3.0@7458 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/port_group.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gtk2_ardour/port_group.h') diff --git a/gtk2_ardour/port_group.h b/gtk2_ardour/port_group.h index f8955337a2..5f66c8cd81 100644 --- a/gtk2_ardour/port_group.h +++ b/gtk2_ardour/port_group.h @@ -40,7 +40,6 @@ namespace ARDOUR { } class PortMatrix; -class RouteBundle; class PublicEditor; /** A list of bundles grouped by some aspect of their type e.g. busses, tracks, system. @@ -145,7 +144,7 @@ class PortGroupList : public sigc::trackable void emit_bundle_changed (ARDOUR::Bundle::Change); boost::shared_ptr make_bundle_from_ports (std::vector const &, ARDOUR::DataType, bool) const; void maybe_add_processor_to_list ( - boost::weak_ptr, std::list > *, bool, std::set > & + boost::weak_ptr, std::list > *, bool, std::set > & ); mutable PortGroup::BundleList _bundles; -- cgit v1.2.3