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.