Added Node::Clone function

This commit is contained in:
Jesse Beder
2009-08-24 20:10:42 +00:00
parent 8e636436f8
commit abe0af76c5
11 changed files with 78 additions and 2 deletions

View File

@@ -8,6 +8,11 @@ namespace YAML
{
}
Content *AliasContent::Clone() const
{
return 0; // TODO: how to clone an alias?
}
void AliasContent::Parse(Scanner * /*pScanner*/, const ParserState& /*state*/)
{
}