"docs/source/vscode:/vscode.git/clone" did not exist on "0ec7a02b6a609a31b442cdf18962d7238c5be25d"
Commit e6a26ef1 authored by jbeder's avatar jbeder
Browse files

Updated visual studio project, and fixed a VS warning

parent f8440aa0
...@@ -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