@@ -10,7 +10,6 @@ namespace YAML
const std::string MapTag = "!!map";
class Content;
class Parser;
class Node
{
@@ -19,7 +18,6 @@ namespace YAML
~Node();
void Clear();
void Read(Parser *pParser, const std::string& token);
private:
std::string m_tag;
The note is not visible to the blocked user.