From a66d3d752c1d086916f3564df64e06b61de4e4d5 Mon Sep 17 00:00:00 2001 From: VladiMihaylenko Date: Tue, 15 Mar 2016 19:26:50 +0300 Subject: [PATCH] [ios] Refactored MWMRoutePoint. --- .../Classes/CustomViews/MapViewControls/APIBar/MWMRoutePoint.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iphone/Maps/Classes/CustomViews/MapViewControls/APIBar/MWMRoutePoint.h b/iphone/Maps/Classes/CustomViews/MapViewControls/APIBar/MWMRoutePoint.h index 674a9417d3..27b53f9b2b 100644 --- a/iphone/Maps/Classes/CustomViews/MapViewControls/APIBar/MWMRoutePoint.h +++ b/iphone/Maps/Classes/CustomViews/MapViewControls/APIBar/MWMRoutePoint.h @@ -42,5 +42,5 @@ public: private: m2::PointD m_point; NSString * m_name; - bool m_isMyPosition {false}; + bool m_isMyPosition = false; };