| 2078 | } |
| 2079 | |
| 2080 | void FrontendRenderer::CorrectScalePoint(m2::PointD & pt) const |
| 2081 | { |
| 2082 | m_myPositionController->CorrectScalePoint(pt); |
| 2083 | } |
| 2084 | |
| 2085 | void FrontendRenderer::CorrectGlobalScalePoint(m2::PointD & pt) const |
| 2086 | { |
no outgoing calls
no test coverage detected