initialize some uninitialized vars - closes #5974
[ardour.git] / gtk2_ardour / processor_box.cc
index 0f506579759ea354e412d40d183b99794b764cf0..12ae5af4bc27901fb69def977beeb1c8d16a2b06 100644 (file)
@@ -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)