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
diff options
context:
space:
mode:
Diffstat (limited to 'search/search_query.cpp')
-rw-r--r--search/search_query.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/search/search_query.cpp b/search/search_query.cpp
index fb86b0fa8c..031c548037 100644
--- a/search/search_query.cpp
+++ b/search/search_query.cpp
@@ -88,7 +88,7 @@ Query::Query(Index const * pIndex,
{
// m_viewport is initialized as empty rects
- ASSERT (m_pIndex, ());
+ ASSERT(m_pIndex, ());
// Results queue's initialization.
static_assert(QUEUES_COUNT == ARRAY_SIZE(g_arrCompare1), "");