@@ -0,0 +1,17 @@
#pragma once
#include "content.h"
#include <string>
namespace YAML
{
class Scalar: public Content
public:
Scalar();
virtual ~Scalar();
protected:
std::string m_data;
};
}
The note is not visible to the blocked user.