From 3c42afe7229e13790576f023446afa514fb87189 Mon Sep 17 00:00:00 2001 From: Daria Volvenkova Date: Thu, 8 Feb 2018 15:32:28 +0300 Subject: User mark id contains information about user mark type. User line id added. --- drape_frontend/user_mark_shapes.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 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 f649dc5400..3b5bb76529 100644 --- a/drape_frontend/user_mark_shapes.hpp +++ b/drape_frontend/user_mark_shapes.hpp @@ -81,10 +81,10 @@ void ProcessSplineSegmentRects(m2::SharedSpline const & spline, double maxSegmen std::function const & func); void CacheUserMarks(TileKey const & tileKey, ref_ptr textures, - IDCollection const & marksId, UserMarksRenderCollection & renderParams, + MarkIDCollection const & marksId, UserMarksRenderCollection & renderParams, dp::Batcher & batcher); void CacheUserLines(TileKey const & tileKey, ref_ptr textures, - IDCollection const & linesId, UserLinesRenderCollection & renderParams, + LineIDCollection const & linesId, UserLinesRenderCollection & renderParams, dp::Batcher & batcher); } // namespace df -- cgit v1.2.3