forked from organicmaps/organicmaps
Review fixes.
This commit is contained in:
parent
67a326d625
commit
ea1f72e0ba
2 changed files with 2 additions and 1 deletions
|
@ -26,6 +26,7 @@
|
|||
#include <memory>
|
||||
#include <sstream>
|
||||
#include <string>
|
||||
#include <utility>
|
||||
#include <vector>
|
||||
|
||||
#include "defines.hpp"
|
||||
|
|
|
@ -91,5 +91,5 @@ int64_t LoadCountriesFromFile(std::string const & path, TCountryTree & countries
|
|||
TMappingOldMwm * mapping = nullptr);
|
||||
|
||||
void LoadCountryFile2CountryInfo(std::string const & jsonBuffer,
|
||||
map<std::string, CountryInfo> & id2info, bool & isSingleMwm);
|
||||
std::map<std::string, CountryInfo> & id2info, bool & isSingleMwm);
|
||||
} // namespace storage
|
||||
|
|
Loading…
Add table
Reference in a new issue