mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-05 13:08:58 +00:00
more window fixes
This commit is contained in:
@@ -258,7 +258,7 @@ class BinaryAnnotator {
|
||||
uint16_t offset_from_table = 0;
|
||||
};
|
||||
|
||||
const reflection::Object *referring_table;
|
||||
const reflection::Object *referring_table = nullptr;
|
||||
|
||||
// Field ID -> {field def, offset from table}
|
||||
std::map<uint16_t, Entry> fields;
|
||||
|
||||
Reference in New Issue
Block a user