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
f1a889a0
Commit
f1a889a0
authored
Jan 24, 2015
by
Jesse Beder
Browse files
Fix initialize ordering warning
parent
fcbec237
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/node_data.cpp
src/node_data.cpp
+2
-2
No files found.
src/node_data.cpp
View file @
f1a889a0
...
@@ -18,8 +18,8 @@ std::string node_data::empty_scalar;
...
@@ -18,8 +18,8 @@ std::string node_data::empty_scalar;
node_data
::
node_data
()
node_data
::
node_data
()
:
m_isDefined
(
false
),
:
m_isDefined
(
false
),
m_type
(
NodeType
::
Null
),
m_type
(
NodeType
::
Null
),
m_s
eqSize
(
0
),
m_s
tyle
(
EmitterStyle
::
Default
),
m_s
tyle
(
EmitterStyle
::
Default
)
{}
m_s
eqSize
(
0
)
{}
void
node_data
::
mark_defined
()
{
void
node_data
::
mark_defined
()
{
if
(
m_type
==
NodeType
::
Undefined
)
if
(
m_type
==
NodeType
::
Undefined
)
...
...
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