Further automation refactoring - bring in the concept of Controllable, work towards
[ardour.git] / gtk2_ardour / automation_pan_line.h
index 6374c535e0ebdb307274eb91bdb0e1168a1759a2..d77efdd8e34752a5c226574eba64e2931aace71b 100644 (file)
@@ -30,7 +30,7 @@ class TimeAxisView;
 class AutomationPanLine : public AutomationLine
 {
   public:
-       AutomationPanLine (const string & name, TimeAxisView&, ArdourCanvas::Group& parent, ARDOUR::AutomationList&);
+       AutomationPanLine (const string & name, TimeAxisView&, ArdourCanvas::Group& parent, boost::shared_ptr<ARDOUR::AutomationList>);
        
        void view_to_model_y (double&);
        void model_to_view_y (double&);