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:
authorAlex Zolotarev <alex@maps.me>2016-01-19 16:59:56 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:14:15 +0300
commit9adc5bbcc370ff31a700d202add514699e205fc8 (patch)
tree10c14052f8695f7b8078a56fd4fcb37eebb77797 /indexer/feature.cpp
parent16cbd5145315ea85194f802bff960aa8327e2a12 (diff)
[editor] Review fixes.
Diffstat (limited to 'indexer/feature.cpp')
-rw-r--r--indexer/feature.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indexer/feature.cpp b/indexer/feature.cpp
index f712d1215b..e49dd875a3 100644
--- a/indexer/feature.cpp
+++ b/indexer/feature.cpp
@@ -77,7 +77,7 @@ void FeatureType::ApplyPatch(editor::XMLFeature const & xml)
// m_params.rank =
m_bCommonParsed = true;
- for (auto const i : my::Range(1u, static_cast<uint32_t>(feature::Metadata::FMD_COUNT)))
+ for (auto const i : my::UpTo(1u, static_cast<uint32_t>(feature::Metadata::FMD_COUNT)))
{
auto const type = static_cast<feature::Metadata::EType>(i);
auto const attributeName = DebugPrint(type);