X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fport_group.h;h=3ae1df697d4f0928e5b9e6a48ba553345a4e85ee;hb=fd3219bf29415006d6680fc5cf2dac97c35972bc;hp=f8955337a2596208c1f8b7780c188f55e2d5b24a;hpb=5f67a72c341a96872d9cd3d1de357662295d14b0;p=ardour.git diff --git a/gtk2_ardour/port_group.h b/gtk2_ardour/port_group.h index f8955337a2..3ae1df697d 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,8 +144,9 @@ 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 > & ); + boost::shared_ptr bundle_for_type (boost::shared_ptr, ARDOUR::DataType) const; mutable PortGroup::BundleList _bundles; List _groups;