try that one on for size (VST build fu)
[ardour.git] / gtk2_ardour / route_params_ui.h
index eff31023f7e7e7bd2bf9a0d8d340b67da8b66937..394383de6bbdf92cc12be23963f7c67244bdea11 100644 (file)
@@ -182,8 +182,8 @@ class RouteParams_UI : public ArdourDialog
 
        void redirect_selected (boost::shared_ptr<ARDOUR::Redirect>, ARDOUR::Placement);
        
-       void plugin_going_away (ARDOUR::Plugin *foo, ARDOUR::Placement);
-       void redirect_going_away (ARDOUR::Redirect *foo);
+       void plugin_going_away (ARDOUR::Placement);
+       void redirect_going_away (boost::shared_ptr<ARDOUR::Redirect>);
 
        gint edit_input_configuration (GdkEventButton *ev);
        gint edit_output_configuration (GdkEventButton *ev);