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/params.hpp')
-rw-r--r--search/params.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/search/params.hpp b/search/params.hpp
index 71bcd7c4c9..c1e57648f5 100644
--- a/search/params.hpp
+++ b/search/params.hpp
@@ -34,7 +34,7 @@ namespace search
};
void SetSearchMode(int mode) { m_searchMode = mode; }
- bool NeedSearch(SearchModeT mode) const { return ((m_searchMode & mode) != 0);}
+ bool NeedSearch(SearchModeT mode) const { return ((m_searchMode & mode) != 0); }
//@}
void SetPosition(double lat, double lon);