Update idl_gen_fbs.cpp
This commit is contained in:
parent
f0b2cc8f6e
commit
df5575de17
|
@ -63,7 +63,7 @@ std::string GenerateFBS(const Parser &parser, const std::string &file_name) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
std::string schema;
|
std::string schema;
|
||||||
schema += "// Generated from " + file_name + ".proto\n\n";
|
schema += "// Generated from " + file_name + ".proto\n\n";
|
||||||
if (parser.opts.include_dependence_headers) {
|
if (parser.opts.include_dependence_headers) {
|
||||||
|
|
Loading…
Reference in New Issue