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:
authorYury Melnichek <melnichek@gmail.com>2011-10-15 17:05:30 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:26:00 +0300
commite0d37cf033f382193aac1b038d32004703e3a2f6 (patch)
treed6e12b872ad00d0eb536114f3b0404125f865cf3 /indexer/classificator.hpp
parent5e141ce070ceee80d4475f30f52c56ac8c0dee29 (diff)
Clear classificator on loading.
Diffstat (limited to 'indexer/classificator.hpp')
-rw-r--r--indexer/classificator.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indexer/classificator.hpp b/indexer/classificator.hpp
index 8d22c5eb50..37b69b6a79 100644
--- a/indexer/classificator.hpp
+++ b/indexer/classificator.hpp
@@ -221,6 +221,8 @@ public:
void SortClassificator();
//@}
+ void Clear();
+
/// Return type by path in classificator tree, example:
/// path = ["natural", "caostline"].
uint32_t GetTypeByPath(vector<string> const & path) const;