Further automation refactoring - bring in the concept of Controllable, work towards
[ardour.git] / gtk2_ardour / automation_pan_line.cc
index 0e36f4ef885d1f9d4031b770579acc6908bc67ad..02c9fe2c49ec31b50e4e1e6fd725f9e701ce5ed6 100644 (file)
@@ -30,7 +30,7 @@
 using namespace ARDOUR;
 using namespace PBD;
 
-AutomationPanLine::AutomationPanLine (const string & name, TimeAxisView& tv, ArdourCanvas::Group& parent, AutomationList& l)
+AutomationPanLine::AutomationPanLine (const string & name, TimeAxisView& tv, ArdourCanvas::Group& parent, boost::shared_ptr<AutomationList> l)
 
        : AutomationLine (name, tv, parent, l)
 {