lollis: fix crash when a note is removed

This commit is contained in:
Paul Davis 2023-06-26 16:28:32 -06:00
parent 57fc25c28d
commit f7176b411e

View file

@ -211,8 +211,9 @@ VelocityGhostRegion::update_hit (GhostEvent* gev)
} }
void void
VelocityGhostRegion::remove_note (NoteBase*) VelocityGhostRegion::remove_note (NoteBase* nb)
{ {
MidiGhostRegion::remove_note (nb);
} }
void void