diff --git a/gtk2_ardour/midi_view.cc b/gtk2_ardour/midi_view.cc index 408f23b118..99a2cb1e6b 100644 --- a/gtk2_ardour/midi_view.cc +++ b/gtk2_ardour/midi_view.cc @@ -2228,7 +2228,7 @@ MidiView::change_patch_change (MidiModel::PatchChangePtr old_change, const Evora /** Add a patch change to the region. * @param t Time in samples relative to region position * @param patch Patch to add; time and channel are ignored (time is converted from t, and channel comes from - * MidiTimeAxisView::get_preferred_midi_channel()) + * MidiViewBackground::get_preferred_midi_channel()) */ void MidiView::add_patch_change (timecnt_t const & t, Evoral::PatchChange const & patch)