Fix initialize ordering warning
This commit is contained in:
parent
fcbec237c9
commit
f1a889a0b9
@ -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_seqSize(0),
|
m_style(EmitterStyle::Default),
|
||||||
m_style(EmitterStyle::Default) {}
|
m_seqSize(0) {}
|
||||||
|
|
||||||
void node_data::mark_defined() {
|
void node_data::mark_defined() {
|
||||||
if (m_type == NodeType::Undefined)
|
if (m_type == NodeType::Undefined)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user