Warning fix

This commit is contained in:
Alex Zolotarev 2011-11-17 18:50:02 +03:00 committed by Alex Zolotarev
parent 5c614297c0
commit 64690e423f

View file

@ -35,8 +35,8 @@ public:
Engine::Engine(IndexType const * pIndex, CategoriesHolder * pCategories,
ModelReaderPtr polyR, ModelReaderPtr countryR)
: m_pIndex(pIndex), m_pData(new EngineData(polyR, countryR)),
m_preferredLanguage(1) // TODO: Get id for English language properly.
: m_preferredLanguage(1), // TODO: Get id for English language properly.
m_pIndex(pIndex), m_pData(new EngineData(polyR, countryR))
{
if (pCategories)
{