summaryrefslogtreecommitdiff
path: root/src/upb.h
diff options
context:
space:
mode:
authorJoshua Haberman <joshua@reverberate.org>2009-11-14 15:49:21 -0800
committerJoshua Haberman <joshua@reverberate.org>2009-11-14 15:49:21 -0800
commit7cde43ea0abf2022a0c800c7af1d5f1ec2033bea (patch)
tree22961315d9b00831a0384e9f1fc0f88b8b76aa6e /src/upb.h
parente252432a4176b6524e8c064673459e947ba11cb7 (diff)
Renamed upb_msg_fielddef -> upb_fielddef, upb_enum -> upb_enumdef.
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 9ad141d..e8ec001 100644
--- a/src/upb.h
+++ b/src/upb.h
@@ -224,7 +224,7 @@ INLINE void upb_value_write(union upb_value_ptr ptr, union upb_value val,
// All the different definitions that can occur in .proto files.
union upb_symbol_ref {
struct upb_msgdef *msg;
- struct upb_enum *_enum;
+ struct upb_enumdef *_enum;
struct upb_svc *svc;
};
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback