mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-22 15:28:52 +00:00
Fixed Windows build errors.
Change-Id: I11548bfa3cfe307598eb59c56412974c349d614d
This commit is contained in:
@@ -76,7 +76,7 @@ template<> struct AnyTraits<MyGame::Example2::Monster> {
|
||||
};
|
||||
|
||||
struct AnyUnion {
|
||||
Any type = Any_NONE;
|
||||
Any type;
|
||||
|
||||
flatbuffers::NativeTable *table = nullptr;
|
||||
AnyUnion() : type(Any_NONE), table(nullptr) {}
|
||||
|
||||
Reference in New Issue
Block a user