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:
authorLev Dragunov <l.dragunov@corp.mail.ru>2015-07-14 15:32:26 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:55:48 +0300
commit09d4bdb6c532882ece6f9dcaf4995d6de5687d13 (patch)
treefa1bac2c96a9b738550cda65b218bad8f7048f44 /indexer/mwm_set.hpp
parentda78f8b01f8a81a840ed1d4473e25d14fbb0367c (diff)
PR fixes
Diffstat (limited to 'indexer/mwm_set.hpp')
-rw-r--r--indexer/mwm_set.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indexer/mwm_set.hpp b/indexer/mwm_set.hpp
index a8ee7137ef..b3e53d22c2 100644
--- a/indexer/mwm_set.hpp
+++ b/indexer/mwm_set.hpp
@@ -64,7 +64,7 @@ public:
MwmTypeT GetType() const;
/// Returns the lock counter value for test needs.
- uint8_t GetLockCount() { return m_numRefs; }
+ uint8_t GetNumRefs() const { return m_numRefs; }
private:
inline void SetStatus(Status status) { m_status = status; }