summaryrefslogtreecommitdiff
path: root/core/upb.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/upb.h')
-rw-r--r--core/upb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/upb.h b/core/upb.h
index d394a08..7b228a0 100644
--- a/core/upb.h
+++ b/core/upb.h
@@ -101,7 +101,7 @@ typedef struct {
} upb_type_info;
// A static array of info about all of the field types, indexed by type number.
-extern upb_type_info upb_types[];
+extern const upb_type_info upb_types[];
// The number of a field, eg. "optional string foo = 3".
typedef int32_t upb_field_number_t;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback