From 83a05025606a463b6c87c90d538117c7502ad281 Mon Sep 17 00:00:00 2001 From: Arsentiy Milchakov Date: Tue, 4 Jul 2017 14:27:21 +0300 Subject: [PATCH] review fixes --- editor/osm_feature_matcher.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor/osm_feature_matcher.cpp b/editor/osm_feature_matcher.cpp index 094988bc31..c347ffd890 100644 --- a/editor/osm_feature_matcher.cpp +++ b/editor/osm_feature_matcher.cpp @@ -94,7 +94,7 @@ vector GetWaysOrRelationsGeometry(pugi::xml_document const & osmResp /// @param wayOrRelation - either way or relation to be compared agains ourGeometry; /// @param outGeometry - geometry of a FeatureType (ourGeometry must be sort-uniqued); double ScoreGeometry(pugi::xml_document const & osmResponse, - pugi::xml_node const & wayOrRelation, vector ourGeometry) + pugi::xml_node const & wayOrRelation, vector const & ourGeometry) { ASSERT(!ourGeometry.empty(), ("Our geometry cannot be empty")); int matched = 0;