mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-18 01:36:31 +00:00
Fixed Windows build errors.
Change-Id: I11548bfa3cfe307598eb59c56412974c349d614d
This commit is contained in:
@@ -54,7 +54,7 @@ template<> struct EquipmentTraits<Weapon> {
|
||||
};
|
||||
|
||||
struct EquipmentUnion {
|
||||
Equipment type = Equipment_NONE;
|
||||
Equipment type;
|
||||
|
||||
flatbuffers::NativeTable *table = nullptr;
|
||||
EquipmentUnion() : type(Equipment_NONE), table(nullptr) {}
|
||||
|
||||
Reference in New Issue
Block a user