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 'storage/country_info.cpp')
-rw-r--r--storage/country_info.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/country_info.cpp b/storage/country_info.cpp
index a9e59c2fb1..a475debf17 100644
--- a/storage/country_info.cpp
+++ b/storage/country_info.cpp
@@ -108,7 +108,7 @@ namespace storage
if (info.m_name.empty())
info.m_name = id;
- info.m_name = CountryInfo::FileName2FullName(info.m_name);
+ CountryInfo::FileName2FullName(info.m_name);
}
void CountryInfoGetter::CalcUSALimitRect(m2::RectD rects[3]) const