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 ac17a6f..25c7ff6 100644
--- a/src/upb_def.h
+++ b/src/upb_def.h
@@ -91,7 +91,7 @@ typedef struct _upb_fielddef {
upb_label_t label;
upb_field_number_t number;
upb_strptr name;
- union upb_value default_value;
+ upb_value default_value;
// These are set only when this fielddef is part of a msgdef.
uint32_t byte_offset; // Where in a upb_msg to find the data.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback