Fixed more Windows build errors.

Change-Id: I556e1c103e8501dc144b16c8698463253de6f4fb
This commit is contained in:
Wouter van Oortmerssen
2016-12-21 17:45:27 -08:00
parent 13194ececa
commit b9efbf6a3d
9 changed files with 23 additions and 3 deletions

View File

@@ -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 &);