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>2014-11-14 16:28:52 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:33:18 +0300
commit50035f452fee699254c84d3608b1a98e54bebe64 (patch)
treef40141c1989111bf3ccde0efeaf2a4b1a6ba9761 /indexer/classificator.cpp
parent3cedfc4a7c9e3c4423147287c71388c03a97278c (diff)
Minor changes.
Diffstat (limited to 'indexer/classificator.cpp')
-rw-r--r--indexer/classificator.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/indexer/classificator.cpp b/indexer/classificator.cpp
index 092e49c399..f89b2aeb89 100644
--- a/indexer/classificator.cpp
+++ b/indexer/classificator.cpp
@@ -358,8 +358,7 @@ void Classificator::ReadClassificator(istream & s)
m_root.Sort();
- char const * path[] = { "natural", "coastline" };
- m_coastType = GetTypeByPath(vector<string>(path, path + 2));
+ m_coastType = GetTypeByPath({ "natural", "coastline" });
}
void Classificator::SortClassificator()