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 14:44:24 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:58:54 +0300
commit41b44a8c67b097ee3ddb27ff99ecc301651a0998 (patch)
tree765625e86aaf2211d41faf49658e30198c0bf80f /routing
parent3629a88db7369351b3ba04ff575a11e9345c87d9 (diff)
Turn notifications are passed through jni.
Diffstat (limited to 'routing')
-rw-r--r--routing/routing_settings.hpp2
-rw-r--r--routing/turns_sound.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/routing/routing_settings.hpp b/routing/routing_settings.hpp
index e10141aee3..e74f6d1dff 100644
--- a/routing/routing_settings.hpp
+++ b/routing/routing_settings.hpp
@@ -15,7 +15,7 @@ struct RoutingSettings
/// If m_matchRoute is equal to false GPS bearing is used while
/// the current position is matched to the route.
bool m_matchRoute;
- /// \brief if m_soundDirection is equal to true an end user get sound notification
+ /// \brief if m_soundDirection is equal to true an end user gets sound notification
/// before directions.
bool m_soundDirection;
diff --git a/routing/turns_sound.cpp b/routing/turns_sound.cpp
index 0296a7ee59..447a5e2085 100644
--- a/routing/turns_sound.cpp
+++ b/routing/turns_sound.cpp
@@ -144,7 +144,7 @@ void TurnsSound::SetSpeedMetersPerSecond(double speed)
void TurnsSound::Reset()
{
- m_nextTurnNotificationProgress = turns::sound::PronouncedNotification::Nothing;
+ m_nextTurnNotificationProgress = PronouncedNotification::Nothing;
m_nextTurnIndex = 0;
}