Fix 'live' CC sending of bar controllers after loading session (previously only worke...
[ardour.git] / libs / ardour / ardour / automation_control.h
index cc0aee5326494be5666f69bf9380b3eaf8fca38f..68ac5797dc10a5528b74f36e4196e0347143f486 100644 (file)
@@ -29,6 +29,7 @@ namespace ARDOUR {
 
 class AutomationList;
 class Session;
+class Automatable;
 
 
 /** A PBD:Controllable with associated automation data (AutomationList)
@@ -36,7 +37,8 @@ class Session;
 class AutomationControl : public PBD::Controllable
 {
 public:
-       AutomationControl(ARDOUR::Session&, boost::shared_ptr<ARDOUR::AutomationList>,
+       AutomationControl(ARDOUR::Session&,
+                       boost::shared_ptr<ARDOUR::AutomationList>,
                        std::string name="unnamed controllable");
 
        void set_value(float val);