From f28e13fcdb3e31c15206918d2dc9b13cab2f35fd Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 28 Apr 2025 16:59:12 -0600 Subject: [PATCH] NO-OP: fix named class type in a comment --- gtk2_ardour/midi_view.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)