From dc0c1a84a76011ed217f52cc5405b93a21f7778e Mon Sep 17 00:00:00 2001 From: Olga Khlopkova Date: Wed, 18 Sep 2019 17:36:25 +0300 Subject: [PATCH] Code style fixes --- routing/base/followed_polyline.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routing/base/followed_polyline.hpp b/routing/base/followed_polyline.hpp index 31e8e83ee0..bec2ddae39 100644 --- a/routing/base/followed_polyline.hpp +++ b/routing/base/followed_polyline.hpp @@ -80,7 +80,7 @@ public: struct UpdatedProjectionInfo { bool updatedProjection; - bool closerToFake; + bool closerToUnmatched; }; const Iter GetCurrentIter() const { return m_current; }