forked from organicmaps/organicmaps
Fix warning.
This commit is contained in:
parent
d072d9455f
commit
c813581ac7
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ public:
|
|||
|
||||
Engine::Engine(IndexType const * pIndex, CategoriesHolder * pCategories,
|
||||
ModelReaderPtr polyR, ModelReaderPtr countryR)
|
||||
: m_pIndex(pIndex), m_trackEnable(false), m_pData(new EngineData(polyR, countryR))
|
||||
: m_trackEnable(false), m_pIndex(pIndex), m_pData(new EngineData(polyR, countryR))
|
||||
{
|
||||
if (pCategories)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue