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-27 12:56:45 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:57:39 +0300
commitacb80ad11be5e7431cf31fac57bbe104886e3ef6 (patch)
tree013a97c129fc4eae02e655f89beefe84a8c636e4 /indexer
parent2f3b3e6728cd3f660df23d7b4f64562aec85b82b (diff)
Removed E-letter from TMapOptions set.
Diffstat (limited to 'indexer')
-rw-r--r--indexer/features_offsets_table.cpp2
-rw-r--r--indexer/index.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/indexer/features_offsets_table.cpp b/indexer/features_offsets_table.cpp
index f06c4d75d7..3beaa3a184 100644
--- a/indexer/features_offsets_table.cpp
+++ b/indexer/features_offsets_table.cpp
@@ -76,7 +76,7 @@ namespace feature
VERIFY(CountryIndexes::PreparePlaceOnDisk(localFile), ());
- FilesContainerR cont(localFile.GetPath(TMapOptions::EMap));
+ FilesContainerR cont(localFile.GetPath(TMapOptions::Map));
Builder builder;
FeaturesVector::ForEachOffset(cont.GetReader(DATA_FILE_TAG), [&builder] (uint32_t offset)
diff --git a/indexer/index.cpp b/indexer/index.cpp
index 3425b8699c..3a5351f77d 100644
--- a/indexer/index.cpp
+++ b/indexer/index.cpp
@@ -15,7 +15,7 @@ using platform::LocalCountryFile;
//////////////////////////////////////////////////////////////////////////////////
MwmValue::MwmValue(LocalCountryFile const & localFile)
- : m_cont(platform::GetCountryReader(localFile, TMapOptions::EMap)),
+ : m_cont(platform::GetCountryReader(localFile, TMapOptions::Map)),
m_countryFile(localFile.GetCountryFile()),
m_table(0)
{