diff --git a/gtk2_ardour/rc_option_editor.cc b/gtk2_ardour/rc_option_editor.cc index f6f69afc1a..75e59a2a96 100644 --- a/gtk2_ardour/rc_option_editor.cc +++ b/gtk2_ardour/rc_option_editor.cc @@ -2190,7 +2190,7 @@ MidiPortOptions::setup_midi_port_view (Gtk::TreeView& view, bool with_selection) int pretty_name_column; int music_column; int control_column; - int selection_column; + int selection_column = 0; TreeViewColumn* col; Gtk::Label* l;