Updated visual studio project, and fixed a VS warning

This commit is contained in:
jbeder
2009-07-20 20:18:59 +00:00
parent f8440aa0e5
commit e6a26ef104
2 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ namespace YAML
{
}
void AliasContent::Parse(Scanner */*pScanner*/, const ParserState& /*state*/)
void AliasContent::Parse(Scanner * /*pScanner*/, const ParserState& /*state*/)
{
}