This commit is contained in:
Nav
2021-12-28 01:16:29 +00:00
parent fe635128f4
commit c29db60b4c
2 changed files with 7 additions and 8 deletions

View File

@@ -68,7 +68,7 @@ namespace Bloom
return this->flippedMap.at(key);
}
std::unordered_map<TypeA, TypeB> getMap() {
std::unordered_map<TypeA, TypeB> getMap() const {
return this->map;
}