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.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/map/framework.hpp b/map/framework.hpp
index 95c1c4c8c2..7a5e2488c2 100644
--- a/map/framework.hpp
+++ b/map/framework.hpp
@@ -407,8 +407,8 @@ public:
/// Used to "refresh" UI in some cases (e.g. feature editing).
void UpdatePlacePageInfoForCurrentSelection();
- void DrawMwmBorder(std::string const & mwmName, std::vector<m2::RegionD> const & points,
- bool withPoints);
+ void DrawMwmBorder(std::string const & mwmName, std::vector<m2::RegionD> const & regions,
+ bool withVertices);
/// Called to notify UI that object on a map was selected (UI should show Place Page, for example).
using TActivateMapSelectionFn = function<void (place_page::Info const &)>;