fix compile error : anonymous struct (#1177)
This commit is contained in:
parent
7c186e549f
commit
1d6e8a8c2c
@ -639,7 +639,7 @@ private:
|
||||
ObjectValues* map_;
|
||||
} value_;
|
||||
|
||||
struct {
|
||||
struct Bits {
|
||||
// Really a ValueType, but types should agree for bitfield packing.
|
||||
unsigned int value_type_ : 8;
|
||||
// Unless allocated_, string_ must be null-terminated.
|
||||
|
Loading…
Reference in New Issue
Block a user