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 'map/routing_mark.hpp')
-rw-r--r--map/routing_mark.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/map/routing_mark.hpp b/map/routing_mark.hpp
index 35e71626a8..bf86425e34 100644
--- a/map/routing_mark.hpp
+++ b/map/routing_mark.hpp
@@ -13,7 +13,8 @@ enum class RouteMarkType : uint8_t
struct RouteMarkData
{
- std::string m_name;
+ std::string m_title;
+ std::string m_subTitle;
RouteMarkType m_pointType = RouteMarkType::Start;
int8_t m_intermediateIndex = 0;
bool m_isVisible = true;