mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +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
|
void
|
||||||
VelocityGhostRegion::remove_note (NoteBase*)
|
VelocityGhostRegion::remove_note (NoteBase* nb)
|
||||||
{
|
{
|
||||||
|
MidiGhostRegion::remove_note (nb);
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue