added RCU handling of Session route list, and major use of shared_ptr<T> everywhere...
[ardour.git] / gtk2_ardour / redirect_automation_time_axis.h
index 0e57afb8b6796ec037a85718dee77417e2d238d8..6976dc2358e124dd26ce1baf89e8cfcac2debe15 100644 (file)
@@ -14,10 +14,10 @@ class RedirectAutomationTimeAxisView : public AutomationTimeAxisView
 {
   public:
        RedirectAutomationTimeAxisView (ARDOUR::Session&,
-                                       ARDOUR::Route&,
+                                       boost::shared_ptr<ARDOUR::Route>,
                                        PublicEditor&,
                                        TimeAxisView& parent,
-                                       ArdourCanvas::Group& parent,
+                                       ArdourCanvas::Canvas& canvas,
                                        std::string name,
                                        uint32_t port,
                                        ARDOUR::Redirect& rd,