mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
fix may-be-used-unset warning
This commit is contained in:
parent
94ca42cbea
commit
5a0767bd7b
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue