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:
authorIlya Zverev <zverik@textual.ru>2017-07-26 18:20:05 +0300
committerArsentiy Milchakov <milcars@mapswithme.com>2017-08-14 17:36:38 +0300
commit656b6b2fa4e2d64a932755ef7d755bf2adc42328 (patch)
treed75347863681eb3e442e33e6d5be5baa40114e11 /indexer/feature_meta.hpp
parent0444d83d8f54f7681479ef89b3fa2cc6da320a26 (diff)
[generator] Add level metadata field and methods for the editor
Diffstat (limited to 'indexer/feature_meta.hpp')
-rw-r--r--indexer/feature_meta.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indexer/feature_meta.hpp b/indexer/feature_meta.hpp
index c66334f0f2..443a0f4704 100644
--- a/indexer/feature_meta.hpp
+++ b/indexer/feature_meta.hpp
@@ -127,6 +127,7 @@ public:
FMD_PRICE_RATE = 25,
FMD_RATING = 26,
FMD_BANNER_URL = 27,
+ FMD_LEVEL = 28,
FMD_COUNT
};