summaryrefslogtreecommitdiff
path: root/src/upb_decoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/upb_decoder.h')
-rw-r--r--src/upb_decoder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/upb_decoder.h b/src/upb_decoder.h
index 3d1b06b..56df810 100644
--- a/src/upb_decoder.h
+++ b/src/upb_decoder.h
@@ -61,7 +61,7 @@ struct _upb_decoder {
// MIN(end, submsg_end)
const char *effective_end;
- upb_fieldent *f;
+ upb_fhandlers *f;
// Where we will store any errors that occur.
upb_status *status;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback