forked from organicmaps/organicmaps
Review fixes.
This commit is contained in:
parent
da77a66a57
commit
3c9fd26dcf
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ struct TurnItem
|
|||
m_pedestrianTurn == rhs.m_pedestrianTurn;
|
||||
}
|
||||
|
||||
uint32_t m_index; /*!< Index of point on polyline (number of segment + 1). */
|
||||
uint32_t m_index; /*!< Index of point on route polyline (number of segment + 1). */
|
||||
TurnDirection m_turn; /*!< The turn instruction of the TurnItem */
|
||||
vector<SingleLaneInfo> m_lanes; /*!< Lane information on the edge before the turn. */
|
||||
uint32_t m_exitNum; /*!< Number of exit on roundabout. */
|
||||
|
|
Loading…
Add table
Reference in a new issue