forked from organicmaps/organicmaps
[search] Build fix.
This commit is contained in:
parent
bc6f729da7
commit
07c1cc2e2a
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ size_t GetMaxNumberOfErrors(Geocoder::Params const & params)
|
|||
template <typename Slice>
|
||||
void UpdateNameScores(string const & name, Slice const & slice, NameScores & bestScores)
|
||||
{
|
||||
bestScores.UpdateIfBetter(GetNameScores(name, slice););
|
||||
bestScores.UpdateIfBetter(GetNameScores(name, slice));
|
||||
}
|
||||
|
||||
template <typename Slice>
|
||||
|
|
Loading…
Add table
Reference in a new issue