mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-18 13:04:27 +00:00
Re-applied reverted fix, adding missing codegen files.
Change-Id: I301d29835fb0baffd859950eb0fb3056e4f4d66b
This commit is contained in:
@@ -78,7 +78,7 @@ template<> struct AnyTraits<MyGame::Example2::Monster> {
|
||||
struct AnyUnion {
|
||||
Any type;
|
||||
|
||||
flatbuffers::NativeTable *table = nullptr;
|
||||
flatbuffers::NativeTable *table;
|
||||
AnyUnion() : type(Any_NONE), table(nullptr) {}
|
||||
AnyUnion(const AnyUnion &);
|
||||
AnyUnion &operator=(const AnyUnion &);
|
||||
|
||||
Reference in New Issue
Block a user