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 fa9a5a8551
commit b7306d29e3

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) {