diff --git a/routing/turns_notification_manager.cpp b/routing/turns_notification_manager.cpp index e942f91431..5bf577fc87 100644 --- a/routing/turns_notification_manager.cpp +++ b/routing/turns_notification_manager.cpp @@ -36,14 +36,15 @@ namespace turns namespace sound { NotificationManager::NotificationManager() - : m_enabled(false) - , m_speedMetersPerSecond(0.0) - , m_settings(8 /* m_startBeforeSeconds */, 35 /* m_minStartBeforeMeters */, - 150 /* m_maxStartBeforeMeters */, 170 /* m_minDistToSayNotificationMeters */) - , m_nextTurnNotificationProgress(PronouncedNotification::Nothing) - , m_turnNotificationWithThen(false) - , m_nextTurnIndex(0) - , m_secondTurnNotification(CarDirection::None) + : m_enabled(false) + , m_speedMetersPerSecond(0.0) + , m_settings(8 /* m_startBeforeSeconds */, 35 /* m_minStartBeforeMeters */, + 150 /* m_maxStartBeforeMeters */, 170 /* m_minDistToSayNotificationMeters */) + , m_nextTurnNotificationProgress(PronouncedNotification::Nothing) + , m_turnNotificationWithThen(false) + , m_nextTurnIndex(0) + , m_secondTurnNotification(CarDirection::None) + , m_secondTurnNotificationIndex(0) { }