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:
authorYuri Gorshenin <y@maps.me>2016-08-03 15:44:57 +0300
committerYuri Gorshenin <y@maps.me>2016-08-03 15:44:57 +0300
commit32d9b44fcba2a942eab6a8c6cc2af613ae914af0 (patch)
tree7604b5292282d3a84168d54e0494557e26a67b42 /search
parent0badc084a1043e06e429c7cd66176462c4fa33ab (diff)
Review fixes.
Diffstat (limited to 'search')
-rw-r--r--search/hotels_classifier.hpp2
-rw-r--r--search/result.hpp1
2 files changed, 1 insertions, 2 deletions
diff --git a/search/hotels_classifier.hpp b/search/hotels_classifier.hpp
index 65a8501208..1619a5c746 100644
--- a/search/hotels_classifier.hpp
+++ b/search/hotels_classifier.hpp
@@ -6,7 +6,7 @@ namespace search
{
class Results;
-// A binary classifier, that can be used in conjunction with search
+// A binary classifier that can be used in conjunction with search
// engine to decide whether the majority of results are hotels or not.
//
// *NOTE* This class is NOT thread safe.
diff --git a/search/result.hpp b/search/result.hpp
index e3912d9f31..e541c9b1f4 100644
--- a/search/result.hpp
+++ b/search/result.hpp
@@ -42,7 +42,6 @@ public:
osm::YesNoUnknown m_isOpenNow = osm::Unknown; // Valid for any result.
- // True if the struct is already assigned or need to be calculated otherwise.
bool m_isInitialized = false;
};