Fix some capitalisation in the preferences dialog.
[ardour.git] / gtk2_ardour / midi_automation_line.h
old mode 100755 (executable)
new mode 100644 (file)
index fb91718..df4db06
@@ -27,13 +27,15 @@ class MidiAutomationLine : public AutomationLine
 {
 public:
        MidiAutomationLine (const std::string&, TimeAxisView&, ArdourCanvas::Group&,
-                           boost::shared_ptr<ARDOUR::AutomationList>,
-                           boost::shared_ptr<ARDOUR::MidiRegion>,
-                           Evoral::Parameter,
-                           const Evoral::TimeConverter<double, ARDOUR::framepos_t>* converter = 0);
+                           boost::shared_ptr<ARDOUR::AutomationList>,
+                           boost::shared_ptr<ARDOUR::MidiRegion>,
+                           Evoral::Parameter,
+                           Evoral::TimeConverter<double, ARDOUR::framepos_t>* converter = 0);
 
        MementoCommandBinder<ARDOUR::AutomationList>* memento_command_binder ();
 
+       virtual std::string get_verbose_cursor_string (double) const;
+
 private:
        boost::shared_ptr<ARDOUR::MidiRegion> _region;
        Evoral::Parameter _parameter;