Use a MementoCommandBinder for Crossfades so that the undo record can contain details...
[ardour.git] / libs / ardour / midi_automation_list_binder.cc
index 0f8e4884ca0931dbfa0d6d2a7848884954f85efb..fbb87c5cfa2a2265191ae3051529ea30bcf99d92 100644 (file)
@@ -49,7 +49,7 @@ MidiAutomationListBinder::MidiAutomationListBinder (XMLNode* node, Session::Sour
 }
 
 AutomationList*
-MidiAutomationListBinder::get ()
+MidiAutomationListBinder::get () const
 {
        boost::shared_ptr<MidiModel> model = _source->model ();
        assert (model);