forked from organicmaps/organicmaps
[search] Fixed build warning.
This commit is contained in:
parent
5754736e1a
commit
3defe83826
1 changed files with 1 additions and 0 deletions
|
@ -89,6 +89,7 @@ string DebugPrint(NameScore score)
|
|||
case NAME_SCORE_SUBSTRING: return "Substring";
|
||||
case NAME_SCORE_FULL_MATCH_PREFIX: return "Full Match Prefix";
|
||||
case NAME_SCORE_FULL_MATCH: return "Full Match";
|
||||
case NAME_SCORE_COUNT: return "Count";
|
||||
}
|
||||
return "Unknown";
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue