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:
authorMaxim Pimenov <m@maps.me>2019-07-17 13:12:27 +0300
committerTatiana Yan <tatiana.kondakova@gmail.com>2019-07-17 17:07:02 +0300
commitc4e6ca66d987ba641cf85c3d7cbffd8a76d42fed (patch)
tree5e7bee443244d492f2b821600ccabf7277103890 /openlr/openlr_tests/decoded_path_test.cpp
parentfb5fc142bcd36f1e4c8e68b44b939bc611b6513c (diff)
[indexer] Style fixes for the DataHeader.
Diffstat (limited to 'openlr/openlr_tests/decoded_path_test.cpp')
-rw-r--r--openlr/openlr_tests/decoded_path_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/openlr/openlr_tests/decoded_path_test.cpp b/openlr/openlr_tests/decoded_path_test.cpp
index 0e6434dd20..f9c197c70f 100644
--- a/openlr/openlr_tests/decoded_path_test.cpp
+++ b/openlr/openlr_tests/decoded_path_test.cpp
@@ -128,7 +128,7 @@ void WithRoad(vector<m2::PointD> const & points, Func && fn)
ScopedFile::Mode::Create);
{
- TestMwmBuilder builder(country, feature::DataHeader::country);
+ TestMwmBuilder builder(country, feature::DataHeader::MapType::Country);
builder.Add(TestRoad(points, "Interstate 60", "en"));
}