"include/vscode:/vscode.git/clone" did not exist on "2564c49373c6bbc993d9159be0e294dbd3c2e22d"
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
{
}
void AliasContent::Parse(Scanner */*pScanner*/, const ParserState& /*state*/)
void AliasContent::Parse(Scanner * /*pScanner*/, const ParserState& /*state*/)
{
}
......
......@@ -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
......
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