X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Froute_params_ui.h;h=d520e2988adf59251f9baa14fd8c6d8fd4895354;hb=fef66431656638bebf6cdd40f49496369c21437b;hp=a1a9323134fbc2448a62392b4e68262ff67ccbe7;hpb=aae367b63c9b619db1e40f27dc334c6987219481;p=ardour.git diff --git a/gtk2_ardour/route_params_ui.h b/gtk2_ardour/route_params_ui.h index a1a9323134..d520e2988a 100644 --- a/gtk2_ardour/route_params_ui.h +++ b/gtk2_ardour/route_params_ui.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);