forked from organicmaps/organicmaps
Fix bug with comparing SearchParams.
This commit is contained in:
parent
ab60b980ae
commit
55081fc0bf
1 changed files with 0 additions and 1 deletions
|
@ -35,7 +35,6 @@ bool SearchParams::IsLanguageValid() const
|
|||
|
||||
bool SearchParams::IsEqualCommon(SearchParams const & rhs) const
|
||||
{
|
||||
// do not compare m_mode
|
||||
return (m_query == rhs.m_query &&
|
||||
m_inputLanguageCode == rhs.m_inputLanguageCode &&
|
||||
m_validPos == rhs.m_validPos &&
|
||||
|
|
Loading…
Add table
Reference in a new issue