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 Yershov <yershov@corp.mail.ru>2015-07-20 16:48:59 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:58:21 +0300
commit9d8db80eccd4a0bcdf39072f4510f5466f35a3c3 (patch)
tree23fcf43d8ef6fc2e27482fff80682b0746625730 /indexer/feature_data.hpp
parent5d95ae6ed588d91d1536746a26e76feefd9d630d (diff)
Result types count output
Diffstat (limited to 'indexer/feature_data.hpp')
-rw-r--r--indexer/feature_data.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/indexer/feature_data.hpp b/indexer/feature_data.hpp
index 15c49873e7..a9754ee1f9 100644
--- a/indexer/feature_data.hpp
+++ b/indexer/feature_data.hpp
@@ -208,8 +208,8 @@ class FeatureParams : public FeatureParamsBase
public:
- typedef vector<uint32_t> types_t;
- types_t m_Types;
+ typedef vector<uint32_t> TTypes;
+ TTypes m_Types;
bool m_reverseGeometry;