Skip to content

Commit 6b3ec99

Browse files
author
Irwin Zaid
committed
Added a PYDYND_API
1 parent 07fee58 commit 6b3ec99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dynd/include/array_assign_from_py.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ namespace pydynd {
2121
* \param a The array which is being assigned to.
2222
* \param value value PyObject for the source data.
2323
*/
24-
void array_broadcast_assign_from_py(
24+
PYDYND_API void array_broadcast_assign_from_py(
2525
const dynd::nd::array &a, PyObject *value,
2626
const dynd::eval::eval_context *ectx = &dynd::eval::default_eval_context);
2727

0 commit comments

Comments
 (0)