forked from organicmaps/organicmaps
[ios] Refactored MWMRoutePoint.
This commit is contained in:
parent
6fb79e9526
commit
a66d3d752c
1 changed files with 1 additions and 1 deletions
|
@ -42,5 +42,5 @@ public:
|
|||
private:
|
||||
m2::PointD m_point;
|
||||
NSString * m_name;
|
||||
bool m_isMyPosition {false};
|
||||
bool m_isMyPosition = false;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue