Update idl_gen_fbs.cpp

This commit is contained in:
Raman 2016-07-05 23:23:17 +02:00 committed by GitHub
parent f738981ed5
commit 248432b92d
1 changed files with 1 additions and 1 deletions

View File

@ -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);
} }