Updated visual studio project, and fixed a VS warning

This commit is contained in:
Jesse Beder
2009-07-20 20:18:59 +00:00
parent 670a3e952a
commit 980c4cb0ce
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*/)
{
}