Typical YG warning fix

This commit is contained in:
Alex Zolotarev 2011-02-12 14:47:23 +01:00 committed by Alex Zolotarev
parent 393cb6a9ab
commit bf23bec88e

View file

@ -170,8 +170,8 @@ namespace get_pts
/// Adapter for points filtering, before they will go for processing
template <class TBase> class filter_screenpts_adapter : public TBase
{
m2::PointD m_prev, m_center;
size_t m_count;
m2::PointD m_prev, m_center;
static bool equal_scr_pts(m2::PointD const & p1, m2::PointD const & p2)
{