mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
fix potentially unset variable (thanks clang!)
This commit is contained in:
parent
e74f57c52b
commit
c5c865f589
1 changed files with 1 additions and 0 deletions
|
|
@ -1673,6 +1673,7 @@ bool
|
|||
MidiView::note_in_region_range (const std::shared_ptr<NoteType> note, bool& visible) const
|
||||
{
|
||||
if (!_midi_region) {
|
||||
visible = true;
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue