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/city_finder.cpp')
-rw-r--r--search/city_finder.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/search/city_finder.cpp b/search/city_finder.cpp
index be34025cbc..2cfd0a2587 100644
--- a/search/city_finder.cpp
+++ b/search/city_finder.cpp
@@ -6,10 +6,10 @@ using namespace std;
namespace search
{
-CityFinder::CityFinder(DataSourceBase const & dataSource)
- : m_unusedBoundaries(dataSource)
- , m_unusedCache(m_cancellable)
- , m_finder(dataSource, m_unusedBoundaries, m_unusedCache)
+CityFinder::CityFinder(DataSource const & dataSource)
+ : m_unusedBoundaries(dataSource)
+ , m_unusedCache(m_cancellable)
+ , m_finder(dataSource, m_unusedBoundaries, m_unusedCache)
{
}