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.hpp')
-rw-r--r--routing/speed_camera.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/routing/speed_camera.hpp b/routing/speed_camera.hpp
index 175f84eefb..e84a3bf398 100644
--- a/routing/speed_camera.hpp
+++ b/routing/speed_camera.hpp
@@ -4,11 +4,11 @@
#include "std/cstdint.hpp"
-class DataSourceBase;
+class DataSource;
namespace routing
{
extern uint8_t const kNoSpeedCamera;
-uint8_t CheckCameraInPoint(m2::PointD const & point, DataSourceBase const & dataSource);
+uint8_t CheckCameraInPoint(m2::PointD const & point, DataSource const & dataSource);
} // namespace routing