This commit is contained in:
beder
2008-07-31 19:41:11 +00:00
parent 89ed418b83
commit 2601f5fd49
9 changed files with 37 additions and 0 deletions

View File

@@ -163,6 +163,11 @@ namespace YAML
out << std::endl;
}
CONTENT_TYPE Map::GetType() const
{
return CT_MAP;
}
int Map::Compare(Content *pContent)
{
return -pContent->Compare(this);