X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Froute_redirect_selection.h;h=60d301e762e500ba3640e1252fdf79979da5aad6;hb=76c25a4a4459b8e550c3c687458d04db0beaee77;hp=9e2b8661715253a8d3a682a423077267d37b66a4;hpb=e493b2b7c4fbbbfc457f02babf9546289b430177;p=ardour.git diff --git a/gtk2_ardour/route_redirect_selection.h b/gtk2_ardour/route_redirect_selection.h index 9e2b866171..60d301e762 100644 --- a/gtk2_ardour/route_redirect_selection.h +++ b/gtk2_ardour/route_redirect_selection.h @@ -43,20 +43,20 @@ class RouteRedirectSelection : public sigc::trackable void clear (); bool empty(); - void set (ARDOUR::Redirect*); - void set (const std::vector&); - void add (ARDOUR::Redirect*); - void add (const std::vector&); - void remove (ARDOUR::Redirect*); + void set (boost::shared_ptr); + void set (const std::vector >&); + void add (boost::shared_ptr); + void add (const std::vector >&); + void remove (boost::shared_ptr); - void set (ARDOUR::Route*); - void add (ARDOUR::Route*); - void remove (ARDOUR::Route*); + void set (boost::shared_ptr); + void add (boost::shared_ptr); + void remove (boost::shared_ptr); void clear_redirects (); void clear_routes (); - bool selected (ARDOUR::Route*); + bool selected (boost::shared_ptr); }; bool operator==(const RouteRedirectSelection& a, const RouteRedirectSelection& b);