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, 2 insertions, 0 deletions
diff --git a/drape_frontend/user_mark_shapes.hpp b/drape_frontend/user_mark_shapes.hpp
index 763e806de1..92ad10fafc 100644
--- a/drape_frontend/user_mark_shapes.hpp
+++ b/drape_frontend/user_mark_shapes.hpp
@@ -19,6 +19,8 @@ struct UserMarkRenderParams
m2::PointD m_pixelOffset = m2::PointD(0.0, 0.0);
std::string m_symbolName;
dp::Anchor m_anchor = dp::Center;
+ drape_ptr<dp::TitleDecl> m_titleDecl;
+ uint16_t m_priority;
float m_depth = 0.0;
bool m_runCreationAnim = false;
bool m_isVisible = true;