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>2013-09-07 12:56:42 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:01:05 +0300
commit467c228167af0ff4a9a4cd3be37c3b3c6b95af83 (patch)
tree1c9d3e876a10f850bf53846d1519e6813c1ab978 /indexer/feature_data.hpp
parent37d31ff14b0c254ae533f433526b8979c9476c12 (diff)
Simple test for styles checking.
Diffstat (limited to 'indexer/feature_data.hpp')
-rw-r--r--indexer/feature_data.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indexer/feature_data.hpp b/indexer/feature_data.hpp
index cf5463597e..37179abee0 100644
--- a/indexer/feature_data.hpp
+++ b/indexer/feature_data.hpp
@@ -57,7 +57,7 @@ namespace feature
EGeomType m_geoType;
public:
- TypesHolder() : m_size(0), m_geoType(GEOM_UNDEFINED) {}
+ TypesHolder(EGeomType geoType = GEOM_UNDEFINED) : m_size(0), m_geoType(geoType) {}
TypesHolder(FeatureBase const & f);
/// Accumulation function.