src/cx/tree.h

changeset 1524
5b24ad070bb0
parent 1521
493f609665de
--- a/src/cx/tree.h	Sun Nov 30 13:29:07 2025 +0100
+++ b/src/cx/tree.h	Sun Nov 30 13:29:35 2025 +0100
@@ -1096,7 +1096,7 @@
  * @see cxTreeIterate()
  */
 cx_attr_nonnull cx_attr_nodiscard
-CxTreeVisitor cxTreeVisit(CxTree *tree);
+CX_EXPORT CxTreeVisitor cxTreeVisit(CxTree *tree);
 
 /**
  * Sets the (new) parent of the specified child.

mercurial