Update idl_gen_fbs.cpp

This commit is contained in:
Raman 2016-07-09 13:33:30 +02:00 committed by GitHub
parent f0b2cc8f6e
commit df5575de17
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ std::string GenerateFBS(const Parser &parser, const std::string &file_name) {
}
}
}
std::string schema;
schema += "// Generated from " + file_name + ".proto\n\n";
if (parser.opts.include_dependence_headers) {