forked from organicmaps/organicmaps
[search marks] review fix
This commit is contained in:
parent
393292b3aa
commit
2c197463a8
1 changed files with 1 additions and 1 deletions
|
@ -756,7 +756,7 @@ void SearchMarks::ClearVisited()
|
|||
|
||||
void SearchMarks::SetUnavailable(FeatureID const & id, std::string const & reasonKey)
|
||||
{
|
||||
m_unavailable[id] = reasonKey;
|
||||
m_unavailable.insert_or_assign(id, reasonKey);
|
||||
}
|
||||
|
||||
bool SearchMarks::IsUnavailable(FeatureID const & id) const
|
||||
|
|
Loading…
Add table
Reference in a new issue