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:
authorvng <viktor.govako@gmail.com>2015-09-24 15:18:38 +0300
committervng <viktor.govako@gmail.com>2015-09-24 19:33:56 +0300
commit164f65e908800e692c5ff9cad7b27a2d7d339d02 (patch)
tree72fdc031482beaff3fba6772f98d75ce3ce47691 /map/framework.hpp
parentb69fb417c3e9a106e674173ebe8bed8e19b9f1a8 (diff)
[search] Fixed logic with showing initial search results on map.
Diffstat (limited to 'map/framework.hpp')
-rw-r--r--map/framework.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/map/framework.hpp b/map/framework.hpp
index 0fd1caecf4..45cd67ef5c 100644
--- a/map/framework.hpp
+++ b/map/framework.hpp
@@ -342,7 +342,7 @@ public:
void LoadSearchResultMetadata(search::Result & res) const;
void ShowSearchResult(search::Result const & res);
- size_t ShowAllSearchResults();
+ size_t ShowAllSearchResults(search::Results const & results);
void UpdateSearchResults(search::Results const & results);
void StartInteractiveSearch(search::SearchParams const & params) { m_lastSearch = params; }