[ios] Refactored MWMRoutePoint.

This commit is contained in:
VladiMihaylenko 2016-03-15 19:26:50 +03:00 committed by Sergey Yershov
parent 6fb79e9526
commit a66d3d752c

View file

@ -42,5 +42,5 @@ public:
private:
m2::PointD m_point;
NSString * m_name;
bool m_isMyPosition {false};
bool m_isMyPosition = false;
};