forked from organicmaps/organicmaps
uninitialized variables bugfix.
This commit is contained in:
parent
06e9142a8f
commit
26e5d676e4
1 changed files with 4 additions and 1 deletions
|
@ -211,7 +211,10 @@ namespace graphics
|
|||
m_maxWordsInRow(4),
|
||||
m_minSymInRow(10),
|
||||
m_maxSymInRow(20),
|
||||
m_doSplit(false)
|
||||
m_doSplit(false),
|
||||
m_useAllParts(true),
|
||||
m_offset(0, 0),
|
||||
m_delimiters("\n")
|
||||
{}
|
||||
|
||||
StraightTextElement::StraightTextElement(StraightTextElement const & src,
|
||||
|
|
Loading…
Add table
Reference in a new issue