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:
authorAlex Zolotarev <alex@maps.me>2016-03-01 13:09:38 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:50:48 +0300
commit2cf158a88734e9da0a1bed8fdc4f89661dcc023c (patch)
treef69da7fa21abca30eec0a4394c837ec37ed4f981 /indexer/feature_meta.hpp
parent6677a5ae640eb6aa0547f41ce41ed107282cced2 (diff)
Specify type for enum.
Diffstat (limited to 'indexer/feature_meta.hpp')
-rw-r--r--indexer/feature_meta.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indexer/feature_meta.hpp b/indexer/feature_meta.hpp
index b0a26b27bc..e8951e02cd 100644
--- a/indexer/feature_meta.hpp
+++ b/indexer/feature_meta.hpp
@@ -97,7 +97,7 @@ class Metadata : public MetadataBase
public:
/// @note! Do not change values here.
/// Add new types to the end of list, before FMD_COUNT.
- enum EType
+ enum EType : int8_t
{
FMD_CUISINE = 1,
FMD_OPEN_HOURS = 2,