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 'search/engine.hpp')
-rw-r--r--search/engine.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/search/engine.hpp b/search/engine.hpp
index ec5beb030c..813b918591 100644
--- a/search/engine.hpp
+++ b/search/engine.hpp
@@ -23,7 +23,7 @@
#include <utility>
#include <vector>
-class DataSourceBase;
+class DataSource;
namespace storage
{
@@ -90,7 +90,7 @@ public:
};
// Doesn't take ownership of dataSource and categories.
- Engine(DataSourceBase & dataSource, CategoriesHolder const & categories,
+ Engine(DataSource & dataSource, CategoriesHolder const & categories,
storage::CountryInfoGetter const & infoGetter, Params const & params);
~Engine();