X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Froute_params_ui.h;h=d520e2988adf59251f9baa14fd8c6d8fd4895354;hb=8560c029f084cc3ff26e08077e62bb7e49f26b81;hp=2dcb1b921d2c03e75cebcad5b1ae9b97c3289407;hpb=f6fdd8dcbf41f864e9f0cc32dabe81fe3533ddfe;p=ardour.git diff --git a/gtk2_ardour/route_params_ui.h b/gtk2_ardour/route_params_ui.h index 2dcb1b921d..d520e2988a 100644 --- a/gtk2_ardour/route_params_ui.h +++ b/gtk2_ardour/route_params_ui.h @@ -33,7 +33,7 @@ #include #include "pbd/stateful.h" -#include "pbd/scoped_connections.h" +#include "pbd/signals.h" #include "ardour/ardour.h" @@ -126,10 +126,10 @@ class RouteParams_UI : public ArdourDialog, public PBD::ScopedConnectionList RouteRedirectSelection _rr_selection; boost::shared_ptr _route; - boost::signals2::scoped_connection _route_processors_connection; + PBD::ScopedConnection _route_processors_connection; boost::shared_ptr _processor; - boost::signals2::scoped_connection _processor_going_away_connection; + PBD::ScopedConnection _processor_going_away_connection; enum ConfigView { @@ -150,7 +150,7 @@ class RouteParams_UI : public ArdourDialog, public PBD::ScopedConnectionList add(text); add(route); } - Gtk::TreeModelColumn text; + Gtk::TreeModelColumn text; Gtk::TreeModelColumn > route; }; @@ -161,7 +161,7 @@ class RouteParams_UI : public ArdourDialog, public PBD::ScopedConnectionList void add_routes (ARDOUR::RouteList&); - void route_name_changed (boost::weak_ptr route); + void route_property_changed (const PBD::PropertyChange&, boost::weak_ptr route); void route_removed (boost::weak_ptr route);