Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/search
diff options
context:
space:
mode:
authorvng <viktor.govako@gmail.com>2012-12-04 19:40:27 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:47:16 +0300
commit55081fc0bfa1963d30ceab39514a4cafc8f0c0e5 (patch)
tree5c36790fad1d814950ee4c166a3c9d2352f2faf0 /search
parentab60b980ae05d483e7d14c05eda4938f9e89430f (diff)
Fix bug with comparing SearchParams.
Diffstat (limited to 'search')
-rw-r--r--search/params.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/search/params.cpp b/search/params.cpp
index 0de17807e9..79091b16e9 100644
--- a/search/params.cpp
+++ b/search/params.cpp
@@ -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 &&