Unverified Commit e1e6344a authored by Jesse Beder's avatar Jesse Beder Committed by GitHub
Browse files

Add back missing YAML_CPP_API.

parent 317d6d3c
......@@ -13,7 +13,7 @@
namespace YAML {
namespace detail {
std::atomic<size_t> node::m_amount{0};
YAML_CPP_API std::atomic<size_t> node::m_amount{0};
const std::string& node_data::empty_scalar() {
static const std::string svalue;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment