forked from organicmaps/organicmaps
Warning fix
This commit is contained in:
parent
5c614297c0
commit
64690e423f
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue