Specify type for enum.

This commit is contained in:
Alex Zolotarev 2016-03-01 13:09:38 +03:00 committed by Sergey Yershov
parent 6677a5ae64
commit 2cf158a887

View file

@ -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,