mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-09 20:51:16 +00:00
Renamed the None enumeration vaules to NoType to avoid a collision with X11's macro
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
namespace YAML {
|
||||
struct EmitterNodeType {
|
||||
enum value { None, Property, Scalar, FlowSeq, BlockSeq, FlowMap, BlockMap };
|
||||
enum value { NoType, Property, Scalar, FlowSeq, BlockSeq, FlowMap, BlockMap };
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user