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-09-25 12:00:27 +0300
committerSergey Magidovich <mgsergio@mapswithme.com>2015-09-30 15:16:20 +0300
commit3f76a37b4c4ed73d7f7a017d36b60923d3073f45 (patch)
tree900677335c8ed5e64542926dcc76a9b3680a44ae /indexer/feature.hpp
parent15febd8423abcc4ae48f0e9e4f60f6a228c84b0d (diff)
Style: using, variable names, intermediate variables.
Diffstat (limited to 'indexer/feature.hpp')
-rw-r--r--indexer/feature.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indexer/feature.hpp b/indexer/feature.hpp
index a96882f344..5407b2390b 100644
--- a/indexer/feature.hpp
+++ b/indexer/feature.hpp
@@ -29,7 +29,7 @@ class FeatureBase
public:
- typedef char const * BufferT;
+ using BufferT = char const *;
void Deserialize(feature::LoaderBase * pLoader, BufferT buffer);