forked from organicmaps/organicmaps
Warning fix. Initialization order in framework.
This commit is contained in:
parent
da14a65bbd
commit
f8f9503296
1 changed files with 1 additions and 1 deletions
|
@ -289,9 +289,9 @@ void Framework::Migrate(bool keepDownloaded)
|
|||
Framework::Framework()
|
||||
: m_storage(platform::migrate::NeedMigrate() ? COUNTRIES_OBSOLETE_FILE : COUNTRIES_FILE)
|
||||
, m_bmManager(*this)
|
||||
, m_isRenderingEnabled(true)
|
||||
, m_fixedSearchResults(0)
|
||||
, m_lastReportedCountry(kInvalidCountryId)
|
||||
, m_isRenderingEnabled(true)
|
||||
{
|
||||
// Restore map style before classificator loading
|
||||
int mapStyle;
|
||||
|
|
Loading…
Add table
Reference in a new issue