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:
authortatiana-yan <tatiana.kondakova@gmail.com>2018-06-28 12:00:06 +0300
committerSergey Yershov <syershov@maps.me>2018-06-28 16:58:20 +0300
commit0f012f1bc7cb09fd78d902579a36f5deff50c8d3 (patch)
treede1b59c7cafe6c267a3f0905d639214c3566dc6c /openlr/openlr_decoder.cpp
parent20fe1abc8bcb55827b83f9188887eebaf91e28e8 (diff)
[indexer] Move FeaturesLoaderGuard out of DataSource
Diffstat (limited to 'openlr/openlr_decoder.cpp')
-rw-r--r--openlr/openlr_decoder.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/openlr/openlr_decoder.cpp b/openlr/openlr_decoder.cpp
index 67d4980c77..455b0ba829 100644
--- a/openlr/openlr_decoder.cpp
+++ b/openlr/openlr_decoder.cpp
@@ -81,7 +81,7 @@ struct alignas(kCacheLineSize) Stats
bool IsRealVertex(m2::PointD const & p, FeatureID const & fid, DataSource const & dataSource)
{
- FrozenFeaturesLoaderGuard g(dataSource, fid.m_mwmId);
+ FeaturesLoaderGuard g(dataSource, fid.m_mwmId);
auto const ft = g.GetOriginalFeatureByIndex(fid.m_index);
bool matched = false;
ft->ForEachPoint(