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:
authorVladiMihaylenko <vxmihaylenko@gmail.com>2017-10-20 14:29:26 +0300
committerr.kuznetsov <r.kuznetsov@corp.mail.ru>2017-11-09 11:10:09 +0300
commit8bcc2e1c5885e4348f9727881db7bb697d47dc24 (patch)
tree6851d00112801cd9f02fac3fc1ca374faa9dec0b /indexer/ftypes_mapping.hpp
parent9e725b7eb744b1d3f5028a60b5427db2797919f4 (diff)
Send type from ugc_types.csv
Diffstat (limited to 'indexer/ftypes_mapping.hpp')
-rw-r--r--indexer/ftypes_mapping.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/indexer/ftypes_mapping.hpp b/indexer/ftypes_mapping.hpp
index 346dd48f51..4abdf31cde 100644
--- a/indexer/ftypes_mapping.hpp
+++ b/indexer/ftypes_mapping.hpp
@@ -35,6 +35,11 @@ public:
return m_mapping.cend();
}
+ ConstIterator End() const
+ {
+ return m_mapping.cend();
+ }
+
bool IsValid(ConstIterator it) const
{
return it != m_mapping.cend();