Fixed a non-problem that pops up with iterator assertions

This commit is contained in:
klayoutmatthias 2022-07-26 08:28:22 +02:00
parent 50a863bb26
commit 0401f3b89c
1 changed files with 1 additions and 0 deletions

View File

@ -457,6 +457,7 @@ static std::vector<std::pair<const db::DeviceTerminalDefinition *, const db::Dev
result.push_back (std::make_pair (i->first, j->first));
nn2.erase (j);
found = true;
break;
}
}