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:
authorAlex Zolotarev <alex@maps.me>2016-02-10 12:29:55 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:17:06 +0300
commit17c8837136b877fe4678f49dc8f5cf395d257e93 (patch)
treef377c4feed0169cd44507e3529f7d59e336f0425 /indexer/feature.hpp
parentd509601df4041ea66bc906dae104a3a642ea42b6 (diff)
DebugPrint(TypesHolder).
Diffstat (limited to 'indexer/feature.hpp')
-rw-r--r--indexer/feature.hpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/indexer/feature.hpp b/indexer/feature.hpp
index f6f7e84bbd..8559b15e98 100644
--- a/indexer/feature.hpp
+++ b/indexer/feature.hpp
@@ -27,8 +27,6 @@ namespace old_101 { namespace feature
/// Base feature class for storing common data (without geometry).
class FeatureBase
{
- static const int m_maxTypesCount = feature::max_types_count;
-
public:
using TBuffer = char const *;
@@ -131,7 +129,7 @@ protected:
uint8_t m_header;
- mutable uint32_t m_types[m_maxTypesCount];
+ mutable uint32_t m_types[feature::kMaxTypesCount];
mutable FeatureParamsBase m_params;