Skip to content

Commit

Permalink
[map] Removed unused lampda parameter.
Browse files Browse the repository at this point in the history
  • Loading branch information
mesozoic-drones authored and tomilov committed Dec 17, 2020
1 parent e3064b2 commit dd64f1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion map/search_mark.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit dd64f1f

Please sign in to comment.