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-11-29 16:28:21 +0300
committerRoman Kuznetsov <r.kuznetsow@gmail.com>2018-11-29 17:36:48 +0300
commit43fb388d7c54d71766c9d9bc99c62a996862666f (patch)
treeb2373759bfe00491b9025352fde0d64b9eb626d8 /drape/overlay_handle.hpp
parent7cd3e9e5fe654710ad3fd7549e2710318e527abf (diff)
Tuned overlays priorities of displacement in special mode.
Diffstat (limited to 'drape/overlay_handle.hpp')
-rw-r--r--drape/overlay_handle.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/drape/overlay_handle.hpp b/drape/overlay_handle.hpp
index 66462f2724..c050988eb1 100644
--- a/drape/overlay_handle.hpp
+++ b/drape/overlay_handle.hpp
@@ -233,5 +233,6 @@ private:
uint64_t CalculateOverlayPriority(int minZoomLevel, uint8_t rank, float depth);
uint64_t CalculateSpecialModePriority(uint16_t specialPriority);
+uint64_t CalculateSpecialModeUserMarkPriority(uint16_t specialPriority);
uint64_t CalculateUserMarkPriority(int minZoomLevel, uint16_t specialPriority);
} // namespace dp