X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fport_group.h;h=1deff384327d78a36761d1c2528733d7526bbdba;hb=a49b0f53aa2d83a9291c35f323f90b46d8869390;hp=f0bb1c4c58ef0c57f62393042a43297555992009;hpb=9afbb649b6bb39e1f04cad990b46bd6cbf004e96;p=ardour.git diff --git a/gtk2_ardour/port_group.h b/gtk2_ardour/port_group.h index f0bb1c4c58..1deff38432 100644 --- a/gtk2_ardour/port_group.h +++ b/gtk2_ardour/port_group.h @@ -75,7 +75,7 @@ public: boost::shared_ptr bundle; /** IO whose ports are in the bundle, or 0. This is so that we can do things like adding ports to the IO from matrix editor menus. */ - boost::weak_ptr io; + boost::weak_ptr io; Gdk::Color colour; bool has_colour; PBD::ScopedConnection changed_connection;