From 33d9a07005a2e158c7cd2a945f5ab4e226d8205b Mon Sep 17 00:00:00 2001 From: Daria Volvenkova Date: Tue, 3 Apr 2018 03:05:04 +0300 Subject: Use base types from kml library. --- drape_frontend/user_mark_shapes.hpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'drape_frontend/user_mark_shapes.hpp') diff --git a/drape_frontend/user_mark_shapes.hpp b/drape_frontend/user_mark_shapes.hpp index 41e66c85c8..f881c59f01 100644 --- a/drape_frontend/user_mark_shapes.hpp +++ b/drape_frontend/user_mark_shapes.hpp @@ -60,8 +60,8 @@ struct UserLineRenderParams m2::SharedSpline m_spline; }; -using UserMarksRenderCollection = std::unordered_map>; -using UserLinesRenderCollection = std::unordered_map>; +using UserMarksRenderCollection = std::unordered_map>; +using UserLinesRenderCollection = std::unordered_map>; struct UserMarkRenderData { @@ -82,10 +82,10 @@ void ProcessSplineSegmentRects(m2::SharedSpline const & spline, double maxSegmen std::function const & func); void CacheUserMarks(TileKey const & tileKey, ref_ptr textures, - MarkIDCollection const & marksId, UserMarksRenderCollection & renderParams, + kml::MarkIdCollection const & marksId, UserMarksRenderCollection & renderParams, dp::Batcher & batcher); void CacheUserLines(TileKey const & tileKey, ref_ptr textures, - LineIDCollection const & linesId, UserLinesRenderCollection & renderParams, + kml::TrackIdCollection const & linesId, UserLinesRenderCollection & renderParams, dp::Batcher & batcher); } // namespace df -- cgit v1.2.3