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:
authorMikhail Gorbushin <m.gorbushin@corp.mail.ru>2019-06-15 19:02:36 +0300
committermpimenov <mpimenov@users.noreply.github.com>2019-06-17 16:40:55 +0300
commitc57ed6add93b062d19090303a4164ca28544fae6 (patch)
treea2c179ac4ccd2bd659937d13e5cdcec747b3ea06 /map/framework.hpp
parent4025f9f9f16c216983f08b1854f918bcb539efa8 (diff)
[qt] add box 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 &)>;