From 80e51df00a24af4eb1474cd3b772df9d9fcc1411 Mon Sep 17 00:00:00 2001 From: Arsentiy Milchakov Date: Tue, 9 Aug 2016 16:23:10 +0300 Subject: [PATCH] review fixes --- editor/editor.pro | 4 ++-- indexer/indexer.pro | 4 ++-- indexer/indexer_tests/indexer_tests.pro | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/editor/editor.pro b/editor/editor.pro index b3b6e432fa..8f3d5d6fc0 100644 --- a/editor/editor.pro +++ b/editor/editor.pro @@ -19,7 +19,7 @@ SOURCES += \ server_api.cpp \ ui2oh.cpp \ user_stats.cpp \ - xml_feature.cpp + xml_feature.cpp \ HEADERS += \ changeset_wrapper.hpp \ @@ -33,4 +33,4 @@ HEADERS += \ ui2oh.hpp \ user_stats.hpp \ xml_feature.hpp \ - yes_no_unknown.hpp + yes_no_unknown.hpp \ diff --git a/indexer/indexer.pro b/indexer/indexer.pro index c52d2011ab..69a8396265 100644 --- a/indexer/indexer.pro +++ b/indexer/indexer.pro @@ -60,7 +60,7 @@ SOURCES += \ search_delimiters.cpp \ # it's in indexer because of CategoriesHolder dependency. search_string_utils.cpp \ # it's in indexer because of CategoriesHolder dependency. string_slice.cpp \ - types_mapping.cpp + types_mapping.cpp \ HEADERS += \ altitude_loader.hpp \ @@ -132,7 +132,7 @@ HEADERS += \ trie_builder.hpp \ trie_reader.hpp \ types_mapping.hpp \ - unique_index.hpp + unique_index.hpp \ OTHER_FILES += drules_struct.proto diff --git a/indexer/indexer_tests/indexer_tests.pro b/indexer/indexer_tests/indexer_tests.pro index 87829878bb..43abbd013a 100644 --- a/indexer/indexer_tests/indexer_tests.pro +++ b/indexer/indexer_tests/indexer_tests.pro @@ -16,7 +16,7 @@ QT *= core HEADERS += \ osm_editor_test.hpp \ test_mwm_set.hpp \ - test_polylines.hpp + test_polylines.hpp \ SOURCES += \ ../../testing/testingmain.cpp \ @@ -49,4 +49,4 @@ SOURCES += \ test_polylines.cpp \ test_type.cpp \ trie_test.cpp \ - visibility_test.cpp + visibility_test.cpp \