fixed small bug. wchar_t shouldn't be used as on Android it's a 8bit type.

This commit is contained in:
rachytski 2011-11-26 18:22:06 +04:00 committed by Alex Zolotarev
parent a3cd0a94ca
commit b6be60be10

View file

@ -24,7 +24,7 @@ namespace yg
struct GlyphLayoutElem
{
wchar_t m_sym;
strings::UniChar m_sym;
ang::AngleD m_angle;
m2::PointD m_pt;