Skip to content

Commit

Permalink
Merge pull request #285 from Laupetin/fix/multi-ipak-reading
Browse files Browse the repository at this point in the history
fix: use multimap again for zone definition properties
  • Loading branch information
Laupetin authored Oct 12, 2024
2 parents bc0f42a + 0e3d9ef commit 1c01a2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ZoneCommon/Zone/Definition/ZoneDefinition.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class ZoneDefinitionProperties
void AddProperty(std::string key, std::string value);
void Include(const ZoneDefinitionProperties& otherProperties);

std::unordered_map<std::string, std::string> m_properties;
std::unordered_multimap<std::string, std::string> m_properties;
};

class ZoneDefinition
Expand Down

0 comments on commit 1c01a2d

Please sign in to comment.