Commit aa25fadf authored by jbeder's avatar jbeder
Browse files

Fixed struct vs. class disparity.

parent 2d93b6ce
......@@ -6,7 +6,7 @@
namespace YAML
{
class Stream;
struct Stream;
enum REGEX_OP { REGEX_EMPTY, REGEX_MATCH, REGEX_RANGE, REGEX_OR, REGEX_AND, REGEX_NOT, REGEX_SEQ };
......
---
- "basic node"
- !<!howdy> "yeah baby"
---
- "basic node"
- !<!<!howdy>> "yeah baby"
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