Missing FieldDef initializer.

Change-Id: I5ed1f77868e201d7231102a106e08f3376b6adcf
parent 432e7582
......@@ -234,7 +234,8 @@ struct Definition {
struct FieldDef : public Definition {
FieldDef() : deprecated(false), required(false), key(false),
flexbuffer(false), nested_flatbuffer(NULL), padding(0) {}
native_inline(false), flexbuffer(false), nested_flatbuffer(NULL),
padding(0) {}
Offset<reflection::Field> Serialize(FlatBufferBuilder *builder, uint16_t id,
const Parser &parser) const;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment