mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-09 20:51:16 +00:00
13 lines
92 B
C++
13 lines
92 B
C++
#include "node.h"
|
|
|
|
namespace YAML
|
|
{
|
|
Node::Node()
|
|
{
|
|
}
|
|
|
|
Node::~Node()
|
|
{
|
|
}
|
|
}
|