forked from organicmaps/organicmaps
[map] Removed unused lampda parameter.
This commit is contained in:
parent
e3064b2691
commit
dd64f1f09a
1 changed files with 1 additions and 1 deletions
|
@ -828,7 +828,7 @@ void SearchMarks::OnActivate(FeatureID const & featureId)
|
|||
{
|
||||
m_selectedFeature = featureId;
|
||||
m_visitedSearchMarks.erase(featureId);
|
||||
ProcessMarks([this, &featureId](SearchMarkPoint * mark) -> base::ControlFlow
|
||||
ProcessMarks([&featureId](SearchMarkPoint * mark) -> base::ControlFlow
|
||||
{
|
||||
if (featureId != mark->GetFeatureID())
|
||||
return base::ControlFlow::Continue;
|
||||
|
|
Loading…
Add table
Reference in a new issue