This commit is contained in:
Nav
2024-02-25 16:41:57 +00:00
parent 44b01ecd84
commit 7918b7c9f7
3 changed files with 7 additions and 7 deletions

View File

@@ -234,7 +234,7 @@ namespace Targets::TargetDescription
element = element.nextSiblingElement("property-group")
) {
auto subgroup = TargetDescriptionFile::propertyGroupFromXml(element);
output.subgroupByKey.insert(std::pair(subgroup.key, std::move(subgroup)));
output.subgroupsByKey.insert(std::pair(subgroup.key, std::move(subgroup)));
}
return output;