Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaria Volvenkova <d.volvenkova@corp.mail.ru>2018-02-08 15:32:28 +0300
committerRoman Kuznetsov <r.kuznetsow@gmail.com>2018-02-15 11:12:21 +0300
commit3c42afe7229e13790576f023446afa514fb87189 (patch)
tree767513436214577b4e7689c6e200e8099bfb1556 /drape_frontend/user_mark_shapes.hpp
parentf403f41296458acaa1cc891e520d00acd7315da0 (diff)
User mark id contains information about user mark type. User line id added.
Diffstat (limited to 'drape_frontend/user_mark_shapes.hpp')
-rw-r--r--drape_frontend/user_mark_shapes.hpp4
1 files changed, 2 insertions, 2 deletions
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<bool(m2::RectD const & segmentRect)> const & func);
void CacheUserMarks(TileKey const & tileKey, ref_ptr<dp::TextureManager> textures,
- IDCollection const & marksId, UserMarksRenderCollection & renderParams,
+ MarkIDCollection const & marksId, UserMarksRenderCollection & renderParams,
dp::Batcher & batcher);
void CacheUserLines(TileKey const & tileKey, ref_ptr<dp::TextureManager> textures,
- IDCollection const & linesId, UserLinesRenderCollection & renderParams,
+ LineIDCollection const & linesId, UserLinesRenderCollection & renderParams,
dp::Batcher & batcher);
} // namespace df