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>2015-12-15 21:12:40 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:04:00 +0300
commit4c3355a1454707bf96487674e37ad0b7ebd0b880 (patch)
tree8ff4a4ff3baa36497c7d073d4876120c797ae17b /indexer/feature_data.hpp
parenta2b10e7042ec97a186a3cd76638ca43b2986440b (diff)
FeatureType from/to XMLFeature.
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 26f37d5c00..17e27a9afc 100644
--- a/indexer/feature_data.hpp
+++ b/indexer/feature_data.hpp
@@ -13,6 +13,7 @@
#include "indexer/feature_meta.hpp"
+struct FeatureParamsBase;
class FeatureBase;
namespace feature
@@ -113,6 +114,8 @@ namespace feature
{
return t.DebugPrint();
}
+ uint8_t CalculateHeader(uint32_t const typesCount, uint8_t const geomType,
+ FeatureParamsBase const & params);
}
/// Feature description struct.