diff --git a/gtk2_ardour/velocity_ghost_region.cc b/gtk2_ardour/velocity_ghost_region.cc index a176971b3a..bf8fdac8dd 100644 --- a/gtk2_ardour/velocity_ghost_region.cc +++ b/gtk2_ardour/velocity_ghost_region.cc @@ -211,8 +211,9 @@ VelocityGhostRegion::update_hit (GhostEvent* gev) } void -VelocityGhostRegion::remove_note (NoteBase*) +VelocityGhostRegion::remove_note (NoteBase* nb) { + MidiGhostRegion::remove_note (nb); } void