summaryrefslogtreecommitdiff
path: root/upb/legacy_msg_reflection.h
diff options
context:
space:
mode:
Diffstat (limited to 'upb/legacy_msg_reflection.h')
-rw-r--r--upb/legacy_msg_reflection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/upb/legacy_msg_reflection.h b/upb/legacy_msg_reflection.h
index b33ec68..c54bfb9 100644
--- a/upb/legacy_msg_reflection.h
+++ b/upb/legacy_msg_reflection.h
@@ -173,7 +173,7 @@ bool upb_map_del(upb_map *map, upb_msgval key);
* and if you keep invalidating the iterator during iteration, the program may
* enter an infinite loop. */
-size_t upb_mapiter_sizeof();
+size_t upb_mapiter_sizeof(void);
void upb_mapiter_begin(upb_mapiter *i, const upb_map *t);
upb_mapiter *upb_mapiter_new(const upb_map *t, upb_alloc *a);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback