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:
authorLev Dragunov <l.dragunov@corp.mail.ru>2015-07-01 16:34:42 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:53:55 +0300
commit18c0057d58aa266ebfc47445180fa0cb62d248c5 (patch)
treefdbc1795711a1e20946f0621daf77fa43d15dbff /routing/osrm2feature_map.hpp
parentc8605dad6c74f51e2daa981eb3618624ec567361 (diff)
Read non OSRM node from index fix.
Diffstat (limited to 'routing/osrm2feature_map.hpp')
-rw-r--r--routing/osrm2feature_map.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/routing/osrm2feature_map.hpp b/routing/osrm2feature_map.hpp
index 7b29f894fb..c3c599a9bd 100644
--- a/routing/osrm2feature_map.hpp
+++ b/routing/osrm2feature_map.hpp
@@ -101,6 +101,7 @@ class OsrmFtSegBackwardIndex
succinct::rs_bit_vector m_rankIndex;
vector<TNodesList> m_nodeIds;
unique_ptr<feature::FeaturesOffsetsTable> m_table;
+ const TNodesList kEmptyList;
unique_ptr<MmapReader> m_mappedBits;