summaryrefslogtreecommitdiff
path: root/upb/def.h
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2019-01-15 06:54:54 -0800
committerJoshua Haberman <jhaberman@gmail.com>2019-01-15 06:54:54 -0800
commit9ae5a3af5be8650950c9647b121f23c3a8ae8e83 (patch)
tree8e6837bbeb38202d7591453ecf6fa22f1850761e /upb/def.h
parent1508648f30cbaf5a3590572b2313fb5b595a7946 (diff)
parent9ea6bb467810b958c8c2fb0bcf96d0af2b243801 (diff)
Merge branch 'arrayapi' into defcleanup
Diffstat (limited to 'upb/def.h')
-rw-r--r--upb/def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/upb/def.h b/upb/def.h
index b1cf275..4fd8509 100644
--- a/upb/def.h
+++ b/upb/def.h
@@ -796,7 +796,7 @@ bool upb_symtab_addfile(upb_symtab *s,
typedef struct upb_def_init {
struct upb_def_init **deps;
const char *filename;
- upb_stringview descriptor;
+ upb_strview descriptor;
} upb_def_init;
bool _upb_symtab_loaddefinit(upb_symtab *s, const upb_def_init *init);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback