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:
authory <y@maps.me>2017-08-01 17:13:59 +0300
committerRoman Kuznetsov <r.kuznetsow@gmail.com>2017-08-01 18:29:06 +0300
commitb0e0fa8a87508c523487e7d789b966c808c4c782 (patch)
treeae89bff441f1df813f174fe14f2972ea46d182f0 /indexer/feature_data.hpp
parentcc9b19d518c0fc16ebce3d98d93fa32e28de8a74 (diff)
[search] Fixed search in cian mode.
Diffstat (limited to 'indexer/feature_data.hpp')
-rw-r--r--indexer/feature_data.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indexer/feature_data.hpp b/indexer/feature_data.hpp
index 36c4260c5d..3ddbc36096 100644
--- a/indexer/feature_data.hpp
+++ b/indexer/feature_data.hpp
@@ -77,6 +77,7 @@ namespace feature
//@{
inline EGeomType GetGeoType() const { return m_geoType; }
+ inline size_t Size() const { return m_size; }
inline bool Empty() const { return (m_size == 0); }
inline uint32_t const * begin() const { return m_types; }
inline uint32_t const * end() const { return m_types + m_size; }