From 3629a88db7369351b3ba04ff575a11e9345c87d9 Mon Sep 17 00:00:00 2001 From: Vladimir Byko-Ianko Date: Mon, 3 Aug 2015 11:06:33 +0300 Subject: Passing vector with turn notification strings instead of passing Notification structure. --- platform/location.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'platform/location.hpp') 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 m_turnNotifications; + vector m_turnNotifications; // The next street name. string m_targetName; -- cgit v1.2.3