Added null

This commit is contained in:
beder 2012-05-22 17:55:17 -05:00
parent 0cceb316e6
commit d8950379ca

View File

@ -918,7 +918,10 @@ namespace YAML
if(!good()) if(!good())
return *this; return *this;
// TODO PrepareNode(EmitterNodeType::Scalar);
m_stream << "~";
StartedScalar(); StartedScalar();
return *this; return *this;