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/speed_camera.cpp')
-rw-r--r--routing/speed_camera.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/routing/speed_camera.cpp b/routing/speed_camera.cpp
index 2dcf4ac42f..f83c12b9e3 100644
--- a/routing/speed_camera.cpp
+++ b/routing/speed_camera.cpp
@@ -37,7 +37,7 @@ uint8_t ReadCameraRestriction(FeatureType & ft)
return 0;
}
-uint8_t CheckCameraInPoint(m2::PointD const & point, DataSourceBase const & dataSource)
+uint8_t CheckCameraInPoint(m2::PointD const & point, DataSource const & dataSource)
{
uint32_t speedLimit = kNoSpeedCamera;