part two of: make region gain line visibility global, not per-region
[ardour.git] / libs / ardour / ardour / midi_automation_list_binder.h
index dc92b75aa0cbe7bbf9760e0287b12b55b1173743..89c6cdb90bb6d43af2892ee2575c032fa7ef08a0 100644 (file)
@@ -33,7 +33,7 @@ public:
        MidiAutomationListBinder (boost::shared_ptr<ARDOUR::MidiSource>, Evoral::Parameter);
        MidiAutomationListBinder (XMLNode *, ARDOUR::Session::SourceMap const &);
 
-       ARDOUR::AutomationList* get ();
+       ARDOUR::AutomationList* get () const;
        void add_state (XMLNode *);
 
 private:
@@ -42,4 +42,4 @@ private:
 };
 
 }
-               
+