Fix duplicate SequenceStyle enum (use MappingStyle)
This commit is contained in:
parent
74757c618c
commit
c3a19f7d2e
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ struct Parser
|
|||
Flow = YAML_FLOW_SEQUENCE_STYLE
|
||||
};
|
||||
|
||||
enum class SequenceStyle {
|
||||
enum class MappingStyle {
|
||||
Any = YAML_ANY_MAPPING_STYLE,
|
||||
Block = YAML_BLOCK_MAPPING_STYLE,
|
||||
Flow = YAML_FLOW_MAPPING_STYLE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue