summaryrefslogtreecommitdiff
path: root/src/upb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/upb.h')
-rw-r--r--src/upb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/upb.h b/src/upb.h
index 0db5369..83917af 100644
--- a/src/upb.h
+++ b/src/upb.h
@@ -133,7 +133,7 @@ INLINE union upb_value upb_deref(union upb_value_ptr ptr, upb_field_type_t t) {
}
union upb_symbol_ref {
- struct upb_msg *msg;
+ struct upb_msgdef *msg;
struct upb_enum *_enum;
struct upb_svc *svc;
};
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback