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:
authorSergey Magidovich <mgsergio@mapswithme.com>2016-03-01 13:48:18 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:51:12 +0300
commit77059ed4fcf2b5dd32c7c8eb15010ff2c3677e9f (patch)
tree12eec6654ac188e525661c0c65c2740a2b8d5d71 /indexer/feature_data.hpp
parent57a9e0cd90cc98e3bb7afa4207b0de2aebc07b14 (diff)
Add editor config.
Diffstat (limited to 'indexer/feature_data.hpp')
-rw-r--r--indexer/feature_data.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indexer/feature_data.hpp b/indexer/feature_data.hpp
index 75e6d07e4c..901c67b216 100644
--- a/indexer/feature_data.hpp
+++ b/indexer/feature_data.hpp
@@ -115,6 +115,8 @@ namespace feature
/// Returns true if this->m_types and other.m_types contain same values
/// in any order. Works in O(n log n).
bool Equals(TypesHolder const & other) const;
+
+ vector<string> ToObjectNames() const;
};
string DebugPrint(TypesHolder const & holder);