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:
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);