mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-06 18:35:19 +00:00
init gen_enum_ to false
This commit is contained in:
parent
7ce2216e36
commit
a0ccc7e5fa
@ -297,7 +297,7 @@ private:
|
||||
* True if we should generate new-style classes.
|
||||
*/
|
||||
bool gen_newstyle_;
|
||||
bool gen_enum_;
|
||||
bool gen_enum_{false};
|
||||
|
||||
/**
|
||||
* True if we should generate dynamic style classes.
|
||||
|
Loading…
Reference in New Issue
Block a user