diff options
author | Wouter van Oortmerssen <aardappel@gmail.com> | 2016-12-21 17:45:27 -0800 |
---|---|---|
committer | Wouter van Oortmerssen <aardappel@gmail.com> | 2016-12-21 17:45:27 -0800 |
commit | b9efbf6a3db61b4b9e0b20fa4a5244218b4c5f19 (patch) | |
tree | 925fc4625d582b380aa4963d08ac044237dbbdd5 /samples/monster_generated.h | |
parent | 13194ececac20af821ac8e3acca73784c84325ad (diff) | |
download | flatbuffers-b9efbf6a3db61b4b9e0b20fa4a5244218b4c5f19.tar.gz flatbuffers-b9efbf6a3db61b4b9e0b20fa4a5244218b4c5f19.tar.bz2 flatbuffers-b9efbf6a3db61b4b9e0b20fa4a5244218b4c5f19.zip |
Fixed more Windows build errors.
Change-Id: I556e1c103e8501dc144b16c8698463253de6f4fb
Diffstat (limited to 'samples/monster_generated.h')
-rw-r--r-- | samples/monster_generated.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/monster_generated.h b/samples/monster_generated.h index a3a2fb2a..6c7b3059 100644 --- a/samples/monster_generated.h +++ b/samples/monster_generated.h @@ -56,7 +56,7 @@ template<> struct EquipmentTraits<Weapon> { struct EquipmentUnion { Equipment type; - flatbuffers::NativeTable *table = nullptr; + flatbuffers::NativeTable *table; EquipmentUnion() : type(Equipment_NONE), table(nullptr) {} EquipmentUnion(const EquipmentUnion &); EquipmentUnion &operator=(const EquipmentUnion &); |