From 077c5ba5d13fa8fb0e8b352c840bb383b2d8311e Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 20 Jun 2023 13:46:24 -0600 Subject: [PATCH] NO-OP: add helpful comment --- gtk2_ardour/ghostregion.h | 1 + 1 file changed, 1 insertion(+) diff --git a/gtk2_ardour/ghostregion.h b/gtk2_ardour/ghostregion.h index f5898ddbdc..701bbdf160 100644 --- a/gtk2_ardour/ghostregion.h +++ b/gtk2_ardour/ghostregion.h @@ -138,6 +138,7 @@ public: ArdourCanvas::Polygon* _tmp_poly; MidiRegionView& parent_mrv; + /* must match typedef in NoteBase */ typedef Evoral::Note NoteType; MidiGhostRegion::GhostEvent* find_event (std::shared_ptr);