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:
authorYury Melnichek <melnichek@gmail.com>2011-11-21 01:23:27 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:28:38 +0300
commit24c5921e001adeaa2cc0e2e90f21c23661087cca (patch)
tree30868d6a283232e23af2cdbb3f6188aee3ca8630 /indexer/mwm_set.hpp
parent684319253f1783b7c8db02aebf0dadcd0c285be2 (diff)
Make MwmInfo a class, not a struct.
Diffstat (limited to 'indexer/mwm_set.hpp')
-rw-r--r--indexer/mwm_set.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/indexer/mwm_set.hpp b/indexer/mwm_set.hpp
index 1250500729..559cb1370f 100644
--- a/indexer/mwm_set.hpp
+++ b/indexer/mwm_set.hpp
@@ -10,8 +10,9 @@
// Information about stored mwm.
-struct MwmInfo
+class MwmInfo
{
+public:
m2::RectD m_limitRect; // Limit rect of mwm.
uint8_t m_minScale; // Min zoom level of mwm.
uint8_t m_maxScale; // Max zoom level of mwm.