mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 21:55:43 +01:00
initialize some uninitialized vars - closes #5974
This commit is contained in:
parent
af5570931c
commit
289b783597
3 changed files with 3 additions and 1 deletions
|
|
@ -103,6 +103,7 @@ static const uint32_t midi_port_color = 0x960909FF; //Red
|
|||
ProcessorEntry::ProcessorEntry (ProcessorBox* parent, boost::shared_ptr<Processor> p, Width w)
|
||||
: _button (ArdourButton::led_default_elements)
|
||||
, _position (PreFader)
|
||||
, _position_num(0)
|
||||
, _selectable(true)
|
||||
, _parent (parent)
|
||||
, _processor (p)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue