forked from organicmaps/organicmaps
Specify type for enum.
This commit is contained in:
parent
6677a5ae64
commit
2cf158a887
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue