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*/)
{
}

View File

@@ -168,7 +168,7 @@
Name="Representation"
>
<File
RelativePath=".\src\alias.cpp"
RelativePath=".\src\aliascontent.cpp"
>
</File>
<File
@@ -294,7 +294,7 @@
Name="Representation"
>
<File
RelativePath=".\src\alias.h"
RelativePath=".\src\aliascontent.h"
>
</File>
<File