forked from organicmaps/organicmaps
Review fixes.
This commit is contained in:
parent
b85fe49049
commit
b3fd41fb42
2 changed files with 2 additions and 1 deletions
|
@ -45,6 +45,7 @@ public:
|
|||
|
||||
m_finder.SetLanguage(StringUtf8Multilang::GetLangIndex("en"));
|
||||
}
|
||||
|
||||
~LocalityFinderTest()
|
||||
{
|
||||
platform::CountryIndexes::DeleteFromDisk(m_worldFile);
|
||||
|
|
|
@ -114,7 +114,7 @@ uint32_t FeaturesLayerMatcher::GetMatchingStreetImpl(uint32_t houseId, FeatureTy
|
|||
|
||||
if (edited)
|
||||
{
|
||||
auto ret = find_if(streets.begin(), streets.end(), [&streetName](TStreet const & st)
|
||||
auto const ret = find_if(streets.begin(), streets.end(), [&streetName](TStreet const & st)
|
||||
{
|
||||
return st.m_name == streetName;
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue