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:
authortatiana-yan <tatiana.kondakova@gmail.com>2018-06-26 10:51:37 +0300
committerArsentiy Milchakov <milcars@mapswithme.com>2018-06-27 19:20:52 +0300
commit570b2b0b35df1fad001460eccf35da31e334b8b0 (patch)
tree2f805cf3122db499b794248f3f6c1bdd232b258c /routing/speed_camera.hpp
parentdd7186b48be4636c1e67d223817a47f3f3a026e9 (diff)
[indexer] DataSource refactoring
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