mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-06 21:37:36 +00:00
sharing the WrapInNameSpace methods
This commit is contained in:
@@ -625,7 +625,8 @@ class GoGenerator : public BaseGenerator {
|
||||
public:
|
||||
GoGenerator(const Parser &parser, const std::string &path,
|
||||
const std::string &file_name)
|
||||
: BaseGenerator(parser, path, file_name){};
|
||||
: BaseGenerator(parser, path, file_name, "" /* not used*/,
|
||||
"" /* not used */){};
|
||||
bool generate() {
|
||||
for (auto it = parser_.enums_.vec.begin(); it != parser_.enums_.vec.end();
|
||||
++it) {
|
||||
|
||||
Reference in New Issue
Block a user