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-12-09 18:10:44 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:30:02 +0300
commitdba009c9ea28f5b75c0743ccf3fe9fc3ceda38f9 (patch)
tree25bb3f3ca98fae5f9f098ff0ce25ab282b01cc5b /indexer/classificator.hpp
parentd38f6a81f7ad39bae5aa1f27924250e978270a84 (diff)
Fix feature type conversion from 1.01 to 2.0
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 2453b7fd74..d43a8eaf0e 100644
--- a/indexer/classificator.hpp
+++ b/indexer/classificator.hpp
@@ -19,6 +19,7 @@ namespace ftype
void PushValue(uint32_t & type, uint8_t value);
bool GetValue(uint32_t type, uint8_t level, uint8_t & value);
void PopValue(uint32_t & type);
+ void TruncValue(uint32_t & type, uint8_t level);
}
class ClassifObjectPtr