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:
Diffstat (limited to 'indexer/feature_data.hpp')
-rw-r--r--indexer/feature_data.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/indexer/feature_data.hpp b/indexer/feature_data.hpp
index 35b70c2a8c..850a0d70f9 100644
--- a/indexer/feature_data.hpp
+++ b/indexer/feature_data.hpp
@@ -89,6 +89,9 @@ namespace feature
void Remove(uint32_t t);
string DebugPrint() const;
+
+ /// Sort types by it's specification (more detailed type goes first).
+ void SortBySpec();
};
inline string DebugPrint(TypesHolder const & t)