Commit 248432b9 authored by Raman's avatar Raman Committed by GitHub

Update idl_gen_fbs.cpp

parent f738981e
......@@ -122,7 +122,7 @@ std::string GenerateFBS(const Parser &parser, const std::string &file_name, cons
bool GenerateFBS(const Parser &parser,
const std::string &path,
const std::string &file_name,
const bool &escape_proto_identifiers) {
const bool &escape_proto_identifiers) {
return SaveFile((path + file_name + ".fbs").c_str(),
GenerateFBS(parser, file_name, escape_proto_identifiers), false);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment