mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-01 19:58:15 +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,
|
||||
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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user