forked from organicmaps/organicmaps
[Old map downloader] Fix compile error
This commit is contained in:
parent
db6f3c49c4
commit
94a6853775
1 changed files with 2 additions and 2 deletions
|
@ -1050,12 +1050,12 @@ void Framework::InitCountryInfoGetter()
|
|||
{
|
||||
if(platform::migrate::NeedMigrate())
|
||||
{
|
||||
m_infoGetter.reset(new storage::CountryInfoGetter(platform.GetReader(PACKED_POLYGONS_FILE),
|
||||
m_infoGetter.reset(new storage::CountryInfoReader(platform.GetReader(PACKED_POLYGONS_FILE),
|
||||
platform.GetReader(COUNTRIES_FILE)));
|
||||
}
|
||||
else
|
||||
{
|
||||
m_infoGetter.reset(new storage::CountryInfoGetter(platform.GetReader(PACKED_POLYGONS_MIGRATE_FILE),
|
||||
m_infoGetter.reset(new storage::CountryInfoReader(platform.GetReader(PACKED_POLYGONS_MIGRATE_FILE),
|
||||
platform.GetReader(COUNTRIES_MIGRATE_FILE)));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue