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:
authorVladimir Byko-Ianko <v.bykoianko@corp.mail.ru>2015-08-03 11:06:33 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:58:54 +0300
commit3629a88db7369351b3ba04ff575a11e9345c87d9 (patch)
treedf1346f34c4237e9ab694c2bcfc832890f7c69a0 /platform/location.hpp
parentd753d3448c63bcadcced3a807fe21bcd85dc515d (diff)
Passing vector with turn notification strings instead of passing Notification structure.
Diffstat (limited to 'platform/location.hpp')
-rw-r--r--platform/location.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/location.hpp b/platform/location.hpp
index e5943b373b..4d3f8fa047 100644
--- a/platform/location.hpp
+++ b/platform/location.hpp
@@ -144,7 +144,7 @@ namespace location
// If there is nothing to pronounce m_turnNotifications is empty.
// If there is something to pronounce the size of m_turnNotifications may be one or even more
// depends on the number of notifications to prononce.
- vector<routing::turns::sound::Notification> m_turnNotifications;
+ vector<string> m_turnNotifications;
// The next street name.
string m_targetName;