Fix gcc warning
This commit is contained in:
parent
891c7338bf
commit
2b2e607118
@ -9,11 +9,7 @@
|
||||
|
||||
namespace YAML {
|
||||
struct EmitterStyle {
|
||||
enum value {
|
||||
Default,
|
||||
Block,
|
||||
Flow,
|
||||
};
|
||||
enum value { Default, Block, Flow };
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user