Merge branch 'master' of git.ardour.org:ardour/ardour
[ardour.git] / libs / ardour / ardour / midi_automation_list_binder.h
index 95576b47deec6262809bc390c113381939a276e0..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: