summaryrefslogtreecommitdiff
path: root/src/reflection.cpp
diff options
context:
space:
mode:
authorWouter van Oortmerssen <aardappel@gmail.com>2018-02-08 14:56:16 -0800
committerWouter van Oortmerssen <aardappel@gmail.com>2018-02-08 14:58:16 -0800
commitb513db86c7d185975782315d2c67525466ae8ebc (patch)
tree2d97335366aa0f1e75fcf1599faba28105c4302d /src/reflection.cpp
parent6a1acdc23b714314ddac237257ccbb664fb27204 (diff)
downloadflatbuffers-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.cpp2
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,