Silence incorrect warning
This commit is contained in:
parent
75641141d6
commit
2674c702d1
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ void DialogSelection::Process(wxCommandEvent&) {
|
|||
old_sel = con->selectionController->GetSelectedSet();
|
||||
|
||||
wxString message;
|
||||
size_t count;
|
||||
size_t count = 0;
|
||||
switch (action) {
|
||||
case Action::SET:
|
||||
new_sel = std::move(matches);
|
||||
|
|
Loading…
Reference in a new issue