mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
lollis: fix crash when a note is removed
This commit is contained in:
parent
57fc25c28d
commit
f7176b411e
1 changed files with 2 additions and 1 deletions
|
|
@ -211,8 +211,9 @@ VelocityGhostRegion::update_hit (GhostEvent* gev)
|
|||
}
|
||||
|
||||
void
|
||||
VelocityGhostRegion::remove_note (NoteBase*)
|
||||
VelocityGhostRegion::remove_note (NoteBase* nb)
|
||||
{
|
||||
MidiGhostRegion::remove_note (nb);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue