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 'map/booking_filter.hpp')
-rw-r--r--map/booking_filter.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/map/booking_filter.hpp b/map/booking_filter.hpp
index bf4fbf71ba..a15e2cd387 100644
--- a/map/booking_filter.hpp
+++ b/map/booking_filter.hpp
@@ -7,7 +7,7 @@
#include <memory>
struct FeatureID;
-class DataSourceBase;
+class DataSource;
namespace search
{
@@ -28,7 +28,7 @@ public:
public:
virtual ~Delegate() = default;
- virtual DataSourceBase const & GetDataSource() const = 0;
+ virtual DataSource const & GetDataSource() const = 0;
virtual Api const & GetApi() const = 0;
};