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:
authorYuri Gorshenin <y@maps.me>2015-07-06 11:31:18 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:54:30 +0300
commit087e13038e7a2237142b83c84392976ce0150fb6 (patch)
tree1e84e88ef2baa6f960a45e942f763bde684bcef9 /map/feature_vec_model.cpp
parent9cfb43a2c1785f2387b83dc54ecaed8089c6c943 (diff)
GetCountryFile().GetNameWithoutExt() -> GetCountryName()
Diffstat (limited to 'map/feature_vec_model.cpp')
-rw-r--r--map/feature_vec_model.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/map/feature_vec_model.cpp b/map/feature_vec_model.cpp
index 277f9e4371..131eea0b83 100644
--- a/map/feature_vec_model.cpp
+++ b/map/feature_vec_model.cpp
@@ -46,7 +46,7 @@ void FeaturesFetcher::InitClassificator()
pair<MwmSet::MwmLock, bool> FeaturesFetcher::RegisterMap(LocalCountryFile const & localFile)
{
- string const countryFileName = localFile.GetCountryFile().GetNameWithoutExt();
+ string const countryFileName = localFile.GetCountryName();
try
{
pair<MwmSet::MwmLock, bool> result = m_multiIndex.RegisterMap(localFile);