forked from organicmaps/organicmaps
fixed small bug. wchar_t shouldn't be used as on Android it's a 8bit type.
This commit is contained in:
parent
a3cd0a94ca
commit
b6be60be10
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ namespace yg
|
|||
|
||||
struct GlyphLayoutElem
|
||||
{
|
||||
wchar_t m_sym;
|
||||
strings::UniChar m_sym;
|
||||
ang::AngleD m_angle;
|
||||
m2::PointD m_pt;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue