forked from organicmaps/organicmaps
Fixed typical YG warning
This commit is contained in:
parent
d2d88897c1
commit
a22830c77a
1 changed files with 2 additions and 2 deletions
|
@ -20,9 +20,9 @@ namespace yg
|
|||
m_xAdvance(0),
|
||||
m_fileName(""),
|
||||
m_resourceManager(resourceManager),
|
||||
m_skin(0),
|
||||
m_dynamicPagesCount(dynamicPagesCount),
|
||||
m_textPagesCount(textPagesCount)
|
||||
m_textPagesCount(textPagesCount),
|
||||
m_skin(0)
|
||||
{
|
||||
m_mode.push_back(ERoot);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue