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 'map/routing_mark.cpp')
-rw-r--r--map/routing_mark.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/map/routing_mark.cpp b/map/routing_mark.cpp
index b1c332bc64..e148547dfd 100644
--- a/map/routing_mark.cpp
+++ b/map/routing_mark.cpp
@@ -324,3 +324,8 @@ void RoutePointsLayout::ForEachIntermediatePoint(TRoutePointCallback const & fn)
fn(mark);
}
}
+
+void RoutePointsLayout::NotifyChanges()
+{
+ m_routeMarks.NotifyChanges();
+}