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-07-03 09:38:44 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:54:31 +0300
commitd713b19e65f7aee3bf8866a692796b25d61a1d9d (patch)
tree0e3de688a4597664c3822a143bdaa3a3dd374a76 /platform/location.hpp
parent6927e23f86aa9adaaf1d16d3b34dd62671644453 (diff)
Corrections after colleagues comments
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 cd1a92c2a6..868299f057 100644
--- a/platform/location.hpp
+++ b/platform/location.hpp
@@ -133,7 +133,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::Notifications> m_turnNotifications;
+ vector<routing::turns::sound::Notification> m_turnNotifications;
// The next street name.
string m_targetName;