aboutsummaryrefslogtreecommitdiff
path: root/src/parser.hpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2021-08-15 13:18:06 +0100
committergingerBill <bill@gingerbill.org>2021-08-15 13:18:06 +0100
commit294c8426e608538d4e1d868aec6c18c02bd54581 (patch)
tree30dd64e8e78e20fda661323a28437ea3062f89e8 /src/parser.hpp
parent7bbc9a4634c2a4f1f3d4e932571883dce55c21fd (diff)
Minor clean up of `parse_field_prefixes`
Diffstat (limited to 'src/parser.hpp')
-rw-r--r--src/parser.hpp2
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,