summaryrefslogtreecommitdiff
path: root/src/upb_def.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/upb_def.h')
-rw-r--r--src/upb_def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/upb_def.h b/src/upb_def.h
index cca908b..db33fbb 100644
--- a/src/upb_def.h
+++ b/src/upb_def.h
@@ -163,8 +163,8 @@ typedef struct _upb_msgdef {
// Hash table entries for looking up fields by name or number.
typedef struct {
bool junk;
- upb_wire_type_t native_wire_type;
upb_fieldtype_t field_type;
+ upb_wire_type_t native_wire_type;
upb_fielddef *f;
} upb_itof_ent;
typedef struct {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback