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:
authorMikhail Gorbushin <m.gorbushin@corp.mail.ru>2018-07-30 14:00:22 +0300
committerVladimir Byko-Ianko <bykoianko@gmail.com>2018-07-30 15:44:09 +0300
commit9f3df8b8658964ca24ff39e093d2e88419b9599d (patch)
tree74e87e8b0f7947d6ab87df6837fa709e5172fa83 /indexer
parentcfd0af2a7e3a8332225cd3925a99d0431d0f4fe7 (diff)
[routing] delete inline + rename using TType etand c. to usining Base
Diffstat (limited to 'indexer')
-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 360a92d886..8f9931da8a 100644
--- a/indexer/feature_data.hpp
+++ b/indexer/feature_data.hpp
@@ -217,8 +217,8 @@ class FeatureParams : public FeatureParamsBase
feature::AddressData m_addrTags;
public:
- using TTypes = vector<uint32_t>;
- TTypes m_Types;
+ using Types = vector<uint32_t>;
+ Types m_Types;
bool m_reverseGeometry;