Skip to content

Commit 2d4e715

Browse files
authored
Merge branch 'main' into devel3
2 parents fc3e9e3 + f8e0052 commit 2d4e715

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/yaml_c_wrapper.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ YAML::Node expand_internal(YAML::Node node, std::map<std::string, YAML::Node>* s
4848
}
4949

5050
extern "C" {
51-
typedef void* YAMLNodeHandle;
51+
YAML_API typedef void* YAMLNodeHandle;
5252

5353
// === CREATION/DELETION ===
5454
YAML_API YAMLNodeHandle yaml_create_node() {

0 commit comments

Comments
 (0)