Typical YG warning fix

This commit is contained in:
Alex Zolotarev 2011-09-25 20:38:45 +03:00 committed by Alex Zolotarev
parent 8767f759fb
commit a9505d19eb

View file

@ -26,8 +26,8 @@ namespace yg
class TextPath
{
bool m_reverse;
buffer_vector<m2::PointD, 8> m_arr;
bool m_reverse;
public:
TextPath();