Fixed struct vs. class disparity.

This commit is contained in:
jbeder
2008-08-07 03:37:16 +00:00
parent 2d93b6ce58
commit aa25fadf94
2 changed files with 4 additions and 12 deletions

View File

@@ -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 };

View File

@@ -1,8 +0,0 @@
---
- "basic node"
- !<!howdy> "yeah baby"
---
- "basic node"
- !<!<!howdy>> "yeah baby"