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/geometry.hpp')
-rw-r--r--routing/geometry.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/routing/geometry.hpp b/routing/geometry.hpp
index 5ea0b2cfa8..71593904be 100644
--- a/routing/geometry.hpp
+++ b/routing/geometry.hpp
@@ -16,7 +16,7 @@
#include <memory>
#include <string>
-class DataSourceBase;
+class DataSource;
namespace routing
{
@@ -79,7 +79,7 @@ public:
virtual void Load(uint32_t featureId, RoadGeometry & road) = 0;
// handle should be alive: it is caller responsibility to check it.
- static std::unique_ptr<GeometryLoader> Create(DataSourceBase const & dataSource,
+ static std::unique_ptr<GeometryLoader> Create(DataSource const & dataSource,
MwmSet::MwmHandle const & handle,
std::shared_ptr<VehicleModelInterface> vehicleModel,
bool loadAltitudes);