added RCU handling of Session route list, and major use of shared_ptr<T> everywhere...
[ardour.git] / gtk2_ardour / pan_automation_time_axis.h
index 638c17cb3bfce8154fdb27607cfb45ba4c158b41..ca4a4db8e7825f9c0375fde9a159cd88b6ec98c2 100644 (file)
@@ -14,11 +14,11 @@ class PanAutomationTimeAxisView : public AutomationTimeAxisView
 {
        public:
                PanAutomationTimeAxisView (ARDOUR::Session&,
-                               ARDOUR::Route&,
-                               PublicEditor&,
-                               TimeAxisView& parent_axis,
-                               ArdourCanvas::Canvas& canvas,
-                               std::string name);
+                                          boost::shared_ptr<ARDOUR::Route>,
+                                          PublicEditor&,
+                                          TimeAxisView& parent_axis,
+                                          ArdourCanvas::Canvas& canvas,
+                                          std::string name);
 
                ~PanAutomationTimeAxisView();