Commit 980c4cb0 authored by Jesse Beder's avatar Jesse Beder
Browse files

Updated visual studio project, and fixed a VS warning

parent 670a3e95
...@@ -8,7 +8,7 @@ namespace YAML ...@@ -8,7 +8,7 @@ namespace YAML
{ {
} }
void AliasContent::Parse(Scanner */*pScanner*/, const ParserState& /*state*/) void AliasContent::Parse(Scanner * /*pScanner*/, const ParserState& /*state*/)
{ {
} }
......
...@@ -168,7 +168,7 @@ ...@@ -168,7 +168,7 @@
Name="Representation" Name="Representation"
> >
<File <File
RelativePath=".\src\alias.cpp" RelativePath=".\src\aliascontent.cpp"
> >
</File> </File>
<File <File
...@@ -294,7 +294,7 @@ ...@@ -294,7 +294,7 @@
Name="Representation" Name="Representation"
> >
<File <File
RelativePath=".\src\alias.h" RelativePath=".\src\aliascontent.h"
> >
</File> </File>
<File <File
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment