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:
authorYuri Gorshenin <y@mmaps.me>2015-03-26 14:14:30 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:41:34 +0300
commit85a59d041dbd2b007cee530a6231d07a5ea7e050 (patch)
tree1cb01e612521fdf05dda9cb664a4e67d6b5c5213 /indexer/mwm_set.hpp
parent725aab207201f4b55bb0b8529b8731d0adfcd5cc (diff)
Review fixes.
Diffstat (limited to 'indexer/mwm_set.hpp')
-rw-r--r--indexer/mwm_set.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/indexer/mwm_set.hpp b/indexer/mwm_set.hpp
index f3597c7f5b..f179831c6b 100644
--- a/indexer/mwm_set.hpp
+++ b/indexer/mwm_set.hpp
@@ -31,6 +31,7 @@ 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.
+ uint8_t m_lockCount; ///< Number of locks.
inline bool IsRegistered() const
{
@@ -45,8 +46,6 @@ public:
inline Status GetStatus() const { return m_status; }
- uint8_t m_lockCount; ///< Number of locks.
-
private:
Status m_status; ///< Current country status.
};