X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fport_matrix_body.h;h=23d07c6ff3f9c083e0f73f333278df9f0260a4e1;hb=6e0330a304e06311502f82ac1ebc969121695aa5;hp=0b8facda45c2f717f6217ea92f2dc0df42ab8370;hpb=1a447016437727452fdf00e7c762f339c796f736;p=ardour.git diff --git a/gtk2_ardour/port_matrix_body.h b/gtk2_ardour/port_matrix_body.h index 0b8facda45..23d07c6ff3 100644 --- a/gtk2_ardour/port_matrix_body.h +++ b/gtk2_ardour/port_matrix_body.h @@ -104,7 +104,7 @@ private: std::list _mouseover; bool _ignore_component_size_changed; - std::list _bundle_connections; + PBD::ScopedConnectionList _bundle_connections; }; #endif