added RCU handling of Session route list, and major use of shared_ptr<T> everywhere...
[ardour.git] / gtk2_ardour / gain_automation_time_axis.h
index 0cc211ee1b0ed7a30290ccd7759b1d4a6450e10d..dc6d5bd28ea0136df8baea7c21a01f66a38167d5 100644 (file)
@@ -13,11 +13,11 @@ class GainAutomationTimeAxisView : public AutomationTimeAxisView
 {
   public:
        GainAutomationTimeAxisView (ARDOUR::Session&,
-                                   ARDOUR::Route&,
+                                   boost::shared_ptr<ARDOUR::Route>,
                                    PublicEditor&,
                                    TimeAxisView& parent_axis,
                                    ArdourCanvas::Canvas& canvas,
-                                   std::string name,
+                                   const string & name,
                                    ARDOUR::Curve&);
        
        ~GainAutomationTimeAxisView();