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>2011-01-09 04:47:48 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:09:31 +0300
commite98b6dc0d7f2327270b4f7fb00432f1ddd83f859 (patch)
tree7c8e215bcccee8aafaf57e73113c18828caa800a /indexer/classificator.hpp
parent3ef586653d5f319fbd1d62e545a7f78aff9bcbb5 (diff)
Feature statistics calculation.
Diffstat (limited to 'indexer/classificator.hpp')
-rw-r--r--indexer/classificator.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indexer/classificator.hpp b/indexer/classificator.hpp
index 8f1dc59c2b..6e43ce5be0 100644
--- a/indexer/classificator.hpp
+++ b/indexer/classificator.hpp
@@ -237,6 +237,7 @@ public:
ProcessObjects(uint32_t type, ToDo & toDo) const;
ClassifObject const * GetObject(uint32_t type) const;
+ string GetFullObjectName(uint32_t type) const;
//@}
};