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:
authorYuri Gorshenin <y@maps.me>2017-10-26 17:09:55 +0300
committermpimenov <mpimenov@users.noreply.github.com>2017-10-27 16:13:24 +0300
commitf6f53abfb3889db924fa5eff06b54dc01a580545 (patch)
treecdb197eaf8204a0e0863552cf08be72c5cbd8dfd /search/processor.hpp
parent04681c216d8d197fdec4dfdf0e805e5774dbfc93 (diff)
[search] Move viewport to search params.
Diffstat (limited to 'search/processor.hpp')
-rw-r--r--search/processor.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/search/processor.hpp b/search/processor.hpp
index 61f0952196..6cede1db1a 100644
--- a/search/processor.hpp
+++ b/search/processor.hpp
@@ -91,7 +91,7 @@ public:
int8_t m_inputLocaleCode, m_currentLocaleCode;
inline bool IsEmptyQuery() const { return (m_prefix.empty() && m_tokens.empty()); }
- void Search(SearchParams const & params, m2::RectD const & viewport);
+ void Search(SearchParams const & params);
// Tries to generate a (lat, lon) result from |m_query|.
void SearchCoordinates();