mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-05 21:17:25 +00:00
committed by
Wouter van Oortmerssen
parent
a3d8391f7b
commit
20396a1760
@@ -362,7 +362,7 @@ namespace lua {
|
||||
}
|
||||
else {
|
||||
std::string &code = *code_ptr;
|
||||
code += (std::string) ", " + nameprefix;
|
||||
code += std::string(", ") + nameprefix;
|
||||
code += MakeCamel(NormalizedName(field), false);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user