diff options
author | Wouter van Oortmerssen <aardappel@gmail.com> | 2018-02-08 14:56:16 -0800 |
---|---|---|
committer | Wouter van Oortmerssen <aardappel@gmail.com> | 2018-02-08 14:58:16 -0800 |
commit | b513db86c7d185975782315d2c67525466ae8ebc (patch) | |
tree | 2d97335366aa0f1e75fcf1599faba28105c4302d /src/reflection.cpp | |
parent | 6a1acdc23b714314ddac237257ccbb664fb27204 (diff) | |
download | flatbuffers-b513db86c7d185975782315d2c67525466ae8ebc.tar.gz flatbuffers-b513db86c7d185975782315d2c67525466ae8ebc.tar.bz2 flatbuffers-b513db86c7d185975782315d2c67525466ae8ebc.zip |
Misc fixes from internal integration / clang tidy.
Change-Id: Ic5e8f6a423b426abb9f8b90d39db0f85f28b94be
Tested: on Linux.
Diffstat (limited to 'src/reflection.cpp')
-rw-r--r-- | src/reflection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reflection.cpp b/src/reflection.cpp index d5bcef1b..7ffefe7a 100644 --- a/src/reflection.cpp +++ b/src/reflection.cpp @@ -513,7 +513,7 @@ bool VerifyVectorOfStructs(flatbuffers::Verifier &v, // forward declare to resolve cyclic deps between VerifyObject and VerifyVector bool VerifyObject(flatbuffers::Verifier &v, const reflection::Schema &schema, const reflection::Object &obj, - const flatbuffers::Table *table, bool isRequired); + const flatbuffers::Table *table, bool required); bool VerifyVector(flatbuffers::Verifier &v, const reflection::Schema &schema, const flatbuffers::Table &table, |