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:
authorRoman Kuznetsov <r.kuznetsov@corp.mail.ru>2015-09-28 18:01:10 +0300
committerr.kuznetsov <r.kuznetsov@corp.mail.ru>2015-11-30 16:16:34 +0300
commit42aa203d2da0b49d517c2e1fb0fe75c467ac9c14 (patch)
tree28b7360c7ba566d15b0069d0c5cc1fdd7b281fb6 /drape_frontend/user_mark_shapes.hpp
parent44f3578c79d2e60b870f36539ab613be6e8d1874 (diff)
Fixed recovering of selection mark after Drape reinitialization
Diffstat (limited to 'drape_frontend/user_mark_shapes.hpp')
-rw-r--r--drape_frontend/user_mark_shapes.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/drape_frontend/user_mark_shapes.hpp b/drape_frontend/user_mark_shapes.hpp
index e696c6cfdc..361d6c86b3 100644
--- a/drape_frontend/user_mark_shapes.hpp
+++ b/drape_frontend/user_mark_shapes.hpp
@@ -14,6 +14,7 @@ namespace df
{
TileKey GetSearchTileKey();
TileKey GetApiTileKey();
+ TileKey GetDebugTileKey();
TileKey GetBookmarkTileKey(size_t categoryIndex);
bool IsUserMarkLayer(TileKey const & tileKey);