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 '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;