forked from organicmaps/organicmaps
Fixed build
This commit is contained in:
parent
7b4bdfec52
commit
8a1f798397
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ public:
|
|||
size_t m_numUsedTokens = 0;
|
||||
|
||||
// The highest value of certainty for each retrieved osm id.
|
||||
std::unordered_map<base::GeoObjectId, double, base::HashGeoObjectId> m_results;
|
||||
std::unordered_map<base::GeoObjectId, double> m_results;
|
||||
|
||||
std::vector<Layer> m_layers;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue