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/coverage_generator.hpp')
-rw-r--r--map/coverage_generator.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/map/coverage_generator.hpp b/map/coverage_generator.hpp
index 21caa4bd24..e16c2ade30 100644
--- a/map/coverage_generator.hpp
+++ b/map/coverage_generator.hpp
@@ -58,7 +58,7 @@ private:
threads::Mutex m_mutex;
- RenderPolicy::TCountryNameFn m_countryNameFn;
+ RenderPolicy::TCountryIndexFn m_countryIndexFn;
graphics::PacketsQueue * m_glQueue;
string m_skinName;
@@ -79,7 +79,7 @@ public:
shared_ptr<graphics::RenderContext> const & primaryRC,
shared_ptr<graphics::ResourceManager> const & rm,
graphics::PacketsQueue * glQueue,
- RenderPolicy::TCountryNameFn countryNameFn);
+ RenderPolicy::TCountryIndexFn const & countryIndexFn);
~CoverageGenerator();
@@ -112,7 +112,7 @@ public:
void WaitForEmptyAndFinished();
- string GetCountryName(m2::PointD const & pt) const;
+ storage::TIndex GetCountryIndex(m2::PointD const & pt) const;
ScreenCoverage * CurrentCoverage();