[routing] Fix debug code

This commit is contained in:
Mikhail Gorbushin 2019-08-23 12:47:31 +03:00 committed by Tatiana Yan
parent 3d0b5f5797
commit 39a578fa9f

View file

@ -157,7 +157,7 @@ void AsyncRouter::RouterDelegateProxy::OnPointCheck(m2::PointD const & pt)
lock_guard<mutex> l(m_guard);
CHECK(m_onPointCheck, ());
if (m_delegateProxy.IsCancelled())
if (m_delegate.IsCancelled())
return;
onPointCheck = m_onPointCheck;