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 'routing/route.hpp')
-rw-r--r--routing/route.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/routing/route.hpp b/routing/route.hpp
index 16d2fd8524..c3e7703e62 100644
--- a/routing/route.hpp
+++ b/routing/route.hpp
@@ -267,7 +267,7 @@ public:
void GetCurrentDirectionPoint(m2::PointD & pt) const;
/// @return true If position was updated successfully (projection within gps error radius).
- bool MoveIterator(location::GpsInfo const & info) const;
+ bool MoveIterator(location::GpsInfo const & info);
void MatchLocationToRoute(location::GpsInfo & location, location::RouteMatchingInfo & routeMatchingInfo) const;