mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
missing initialization for MidiView member in copy constructor
This commit is contained in:
parent
015890f16c
commit
695ca40b23
1 changed files with 1 additions and 0 deletions
|
|
@ -180,6 +180,7 @@ MidiView::MidiView (MidiView const & other)
|
|||
, in_note_split (false)
|
||||
, split_tuple (0)
|
||||
, note_splitting (false)
|
||||
, _extensible (false)
|
||||
{
|
||||
init (other._midi_track);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue