summaryrefslogtreecommitdiff
path: root/upb/structs.int.h
diff options
context:
space:
mode:
Diffstat (limited to 'upb/structs.int.h')
-rw-r--r--upb/structs.int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/upb/structs.int.h b/upb/structs.int.h
index 242155b..6bc502e 100644
--- a/upb/structs.int.h
+++ b/upb/structs.int.h
@@ -11,7 +11,7 @@ struct upb_array {
void *data; /* Each element is element_size. */
size_t len; /* Measured in elements. */
size_t size; /* Measured in elements. */
- upb_alloc *alloc;
+ upb_arena *arena;
};
#endif /* UPB_STRUCTS_H_ */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback