fix #17578 - RIP bgbsww , don't worry, we got this.

This commit is contained in:
Eric Price
2024-10-30 23:28:50 +01:00
committed by Chris Hennes
parent 39cf3c330f
commit 50c67ce2f6

View File

@@ -227,7 +227,7 @@ App::ElementNamePair Feature::getExportElementName(TopoShape shape,
if (!name) {
continue;
}
indices.emplace_back(name.size(),
indices.emplace_back(names.size(),
shape.findAncestors(ss.getShape(), res.first));
names.push_back(name);
if (indices.back().second.size() == 1 && ++count >= MinLowerTopoNames) {