Updated visual studio project, and fixed a VS warning
This commit is contained in:
parent
670a3e952a
commit
980c4cb0ce
@ -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"
|
Name="Representation"
|
||||||
>
|
>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\src\alias.cpp"
|
RelativePath=".\src\aliascontent.cpp"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
@ -294,7 +294,7 @@
|
|||||||
Name="Representation"
|
Name="Representation"
|
||||||
>
|
>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\src\alias.h"
|
RelativePath=".\src\aliascontent.h"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user