summaryrefslogtreecommitdiff
path: root/core/upb.h
diff options
context:
space:
mode:
authorJoshua Haberman <joshua@reverberate.org>2011-01-24 21:15:44 -0800
committerJoshua Haberman <joshua@reverberate.org>2011-01-24 21:15:44 -0800
commit93381f1411def0dba5677b71cd4df859d99777f3 (patch)
tree2de4fd9d3e377fe5469028ac057e6ffa7df40f50 /core/upb.h
parentfe659c8c93c464fcbcfb5739935a2e4341d01fd4 (diff)
Decoder compiles again! But probably doesn't work.
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