mirror of
https://github.com/jbeder/yaml-cpp.git
synced 2025-09-09 04:41:16 +00:00
13 lines
107 B
C++
13 lines
107 B
C++
#include "content.h"
|
|
|
|
namespace YAML
|
|
{
|
|
Content::Content()
|
|
{
|
|
}
|
|
|
|
Content::~Content()
|
|
{
|
|
}
|
|
}
|