mirror of
https://github.com/google/flatbuffers.git
synced 2026-07-03 21:54:14 +00:00
Update idl_gen_fbs.cpp
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user