fix may-be-used-unset warning
This commit is contained in:
parent
94ca42cbea
commit
5a0767bd7b
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user