region list patch #2 from chris g, slightly reworked by me; sv_se po changes, possibl...
[ardour.git] / gtk2_ardour / automation_controller.h
index 0da24b3588c5cc38bacc5a43866c2b0b959ec381..767c4ced00fe68c808887c970e6fed572e6fb060 100644 (file)
@@ -37,7 +37,7 @@ class AutomationController : public Gtkmm2ext::BarController {
 public:
        static boost::shared_ptr<AutomationController> create(
                        boost::shared_ptr<ARDOUR::Automatable> parent,
-                       boost::shared_ptr<Evoral::ControlList> cl,
+                       const Evoral::Parameter& param,
                        boost::shared_ptr<ARDOUR::AutomationControl> ac);
 
        ~AutomationController();