forked from organicmaps/organicmaps
Rebase fix.
This commit is contained in:
parent
5e9ee80498
commit
81b5e8b780
1 changed files with 1 additions and 1 deletions
|
@ -376,7 +376,7 @@ void Processor::ForEachCategoryType(StringSliceBase const & slice, ToDo && todo)
|
|||
|
||||
void Processor::Search(SearchParams const & params, m2::RectD const & viewport)
|
||||
{
|
||||
SetMode(params.GetMode());
|
||||
SetMode(params.m_mode);
|
||||
bool const viewportSearch = m_mode == Mode::Viewport;
|
||||
|
||||
bool rankPivotIsSet = false;
|
||||
|
|
Loading…
Add table
Reference in a new issue