mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-19 01:43:04 +00:00
committed by
Wouter van Oortmerssen
parent
a3d8391f7b
commit
20396a1760
@@ -395,7 +395,7 @@ static void StructBuilderArgs(const StructDef &struct_def,
|
||||
(nameprefix + (field.name + "_")).c_str(), code_ptr);
|
||||
} else {
|
||||
std::string &code = *code_ptr;
|
||||
code += (std::string) ", " + nameprefix;
|
||||
code += std::string(", ") + nameprefix;
|
||||
code += GoIdentity(field.name);
|
||||
code += " " + GenTypeBasic(field.value.type);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user