Typical YG warning fix

This commit is contained in:
Alex Zolotarev 2011-09-22 20:30:47 +03:00 committed by Alex Zolotarev
parent 4629826430
commit 2849277da8

View file

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