Silence incorrect warning

This commit is contained in:
Thomas Goyne 2014-05-05 17:53:14 -07:00
parent 75641141d6
commit 2674c702d1
1 changed files with 1 additions and 1 deletions

View File

@ -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);