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-09-11 15:25:03 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 03:04:56 +0300
commita854db6fdb08ddb6cbbd195898a89628b5c3a391 (patch)
tree44f90c01e4fc8307210c97c35bc00be8fb6a8c7a /search/intermediate_result.hpp
parentd167c19e2b203f94e440dd179f7248f495e978ce (diff)
[search] Result’s metadata advanced getting.
Diffstat (limited to 'search/intermediate_result.hpp')
-rw-r--r--search/intermediate_result.hpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/search/intermediate_result.hpp b/search/intermediate_result.hpp
index f395141e2a..d9fb641f51 100644
--- a/search/intermediate_result.hpp
+++ b/search/intermediate_result.hpp
@@ -165,8 +165,6 @@ private:
feature::EGeomType m_geomType;
Result::Metadata m_metadata;
-
- void ProcessMetadata(feature::Metadata const & meta);
};
inline string DebugPrint(PreResult2 const & t)
@@ -175,4 +173,7 @@ inline string DebugPrint(PreResult2 const & t)
}
} // namespace search::impl
+
+void ProcessMetadata(FeatureType const & ft, Result::Metadata & meta);
+
} // namespace search