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 '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 c0f3a104b2..4c1777de74 100644
--- a/map/framework.hpp
+++ b/map/framework.hpp
@@ -557,7 +557,7 @@ public:
// When search in viewport is active or delayed, restarts search in
// viewport.
- void PokeSearchInViewport();
+ void PokeSearchInViewport(bool forceSearch = true);
// Search everywhere.
bool SearchEverywhere(search::EverywhereSearchParams const & params);