Commit 2b2e6071 authored by Jesse Beder's avatar Jesse Beder
Browse files

Fix gcc warning

parent 891c7338
......@@ -9,11 +9,7 @@
namespace YAML {
struct EmitterStyle {
enum value {
Default,
Block,
Flow,
};
enum value { Default, Block, Flow };
};
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment