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:
authorvng <viktor.govako@gmail.com>2015-11-17 18:38:39 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:02:55 +0300
commit330aee183867f37c2954c4011f9f2a4e55f8e9a2 (patch)
treeffea7d81e4bf535198a821b920d3290d76175e7a /indexer/features_vector.hpp
parent880238bedc6f998a8653fd95be3fbe9a8833c98f (diff)
[generator] Pass address tokens to the search index generation step.
Diffstat (limited to 'indexer/features_vector.hpp')
-rw-r--r--indexer/features_vector.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indexer/features_vector.hpp b/indexer/features_vector.hpp
index be38523a73..ffc9d34861 100644
--- a/indexer/features_vector.hpp
+++ b/indexer/features_vector.hpp
@@ -68,4 +68,6 @@ public:
feature::DataHeader const & GetHeader() const { return m_header; }
FeaturesVector const & GetVector() const { return m_vector; }
+
+ FilesContainerR::ReaderT GetReader(string const & tag) const { return m_cont.GetReader(tag); }
};