diff options
| author | gingerBill <bill@gingerbill.org> | 2021-08-15 13:18:06 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2021-08-15 13:18:06 +0100 |
| commit | 294c8426e608538d4e1d868aec6c18c02bd54581 (patch) | |
| tree | 30dd64e8e78e20fda661323a28437ea3062f89e8 /src/parser.hpp | |
| parent | 7bbc9a4634c2a4f1f3d4e932571883dce55c21fd (diff) | |
Minor clean up of `parse_field_prefixes`
Diffstat (limited to 'src/parser.hpp')
| -rw-r--r-- | src/parser.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parser.hpp b/src/parser.hpp index 7e86297cc..0ed3436f6 100644 --- a/src/parser.hpp +++ b/src/parser.hpp @@ -267,7 +267,7 @@ enum ViralStateFlag : u16 { }; -enum FieldFlag { +enum FieldFlag : u32 { FieldFlag_NONE = 0, FieldFlag_ellipsis = 1<<0, FieldFlag_using = 1<<1, |