forked from organicmaps/organicmaps
Sergey's fix for tests
This commit is contained in:
parent
362211cf7e
commit
66e25aa42f
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ public:
|
|||
};
|
||||
|
||||
private:
|
||||
using TCountryTreeHashTable = unordered_multimap<TKey, Node *>;
|
||||
using TCountryTreeHashTable = multimap<TKey, Node *>;
|
||||
|
||||
public:
|
||||
bool IsEmpty() const { return m_countryTree == nullptr; }
|
||||
|
|
Loading…
Add table
Reference in a new issue