forked from organicmaps/organicmaps
Code style fix
This commit is contained in:
parent
315608af4a
commit
1153ee5e7a
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ public:
|
|||
}
|
||||
|
||||
UpdatedProjection GetClosestMatchedProjectionInInterval(m2::RectD const & posRect,
|
||||
size_t startIdx, size_t endIdx) const;
|
||||
size_t startIdx, size_t endIdx) const;
|
||||
|
||||
private:
|
||||
/// \returns iterator to the best projection of center of |posRect| to the |m_poly|.
|
||||
|
|
Loading…
Add table
Reference in a new issue