Fix warning.

This commit is contained in:
Yury Melnichek 2012-01-23 19:57:20 +03:00 committed by Alex Zolotarev
parent d072d9455f
commit c813581ac7

View file

@ -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)
{