Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
yaml-cpp
Commits
e6a26ef1
Commit
e6a26ef1
authored
Jul 20, 2009
by
jbeder
Browse files
Updated visual studio project, and fixed a VS warning
parent
f8440aa0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
src/aliascontent.cpp
src/aliascontent.cpp
+1
-1
yamlcpp.vcproj
yamlcpp.vcproj
+2
-2
No files found.
src/aliascontent.cpp
View file @
e6a26ef1
...
...
@@ -8,7 +8,7 @@ namespace YAML
{
}
void
AliasContent
::
Parse
(
Scanner
*/
*
pScanner
*/
,
const
ParserState
&
/*state*/
)
void
AliasContent
::
Parse
(
Scanner
*
/*pScanner*/
,
const
ParserState
&
/*state*/
)
{
}
...
...
yamlcpp.vcproj
View file @
e6a26ef1
...
...
@@ -168,7 +168,7 @@
Name=
"Representation"
>
<File
RelativePath=
".\src\alias.cpp"
RelativePath=
".\src\alias
content
.cpp"
>
</File>
<File
...
...
@@ -294,7 +294,7 @@
Name=
"Representation"
>
<File
RelativePath=
".\src\alias.h"
RelativePath=
".\src\alias
content
.h"
>
</File>
<File
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment