Update idl_gen_fbs.cpp
This commit is contained in:
parent
f738981ed5
commit
248432b92d
|
@ -122,7 +122,7 @@ std::string GenerateFBS(const Parser &parser, const std::string &file_name, cons
|
||||||
bool GenerateFBS(const Parser &parser,
|
bool GenerateFBS(const Parser &parser,
|
||||||
const std::string &path,
|
const std::string &path,
|
||||||
const std::string &file_name,
|
const std::string &file_name,
|
||||||
const bool &escape_proto_identifiers) {
|
const bool &escape_proto_identifiers) {
|
||||||
return SaveFile((path + file_name + ".fbs").c_str(),
|
return SaveFile((path + file_name + ".fbs").c_str(),
|
||||||
GenerateFBS(parser, file_name, escape_proto_identifiers), false);
|
GenerateFBS(parser, file_name, escape_proto_identifiers), false);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue