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:
authorExMix <rahuba.youri@mapswithme.com>2015-04-13 12:48:47 +0300
committerr.kuznetsov <r.kuznetsov@corp.mail.ru>2015-11-30 16:04:16 +0300
commit88e362729ddf3f5bb9149c153e7620a5620eb2bd (patch)
treefe34b0f5519682c1252fc17e6f94931d8e7cf981 /drape_frontend/user_mark_shapes.hpp
parentb5598f55b300116a2f9f629d37ca70ad2a978634 (diff)
[drape] track rendering
Diffstat (limited to 'drape_frontend/user_mark_shapes.hpp')
-rw-r--r--drape_frontend/user_mark_shapes.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/drape_frontend/user_mark_shapes.hpp b/drape_frontend/user_mark_shapes.hpp
index e12c755c63..734e34a8f6 100644
--- a/drape_frontend/user_mark_shapes.hpp
+++ b/drape_frontend/user_mark_shapes.hpp
@@ -15,7 +15,7 @@ namespace df
TileKey GetSearchTileKey();
TileKey GetApiTileKey();
TileKey GetBookmarkTileKey(size_t categoryIndex);
- bool IsUserMarkLayer(const TileKey & tileKey);
+ bool IsUserMarkLayer(TileKey const & tileKey);
void CacheUserMarks(UserMarksProvider const * provider, dp::RefPointer<dp::Batcher> batcher,
dp::RefPointer<dp::TextureManager> textures);