Skip to content

Commit 68b0afc

Browse files
duburcqajcarpent
authored andcommitted
Follow-up numpy 2.0 (DLLAPI)
1 parent 8b9d335 commit 68b0afc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/eigenpy/numpy.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ EIGENPY_DLLAPI PyArray_Descr* call_PyArray_DescrFromType(int typenum);
146146

147147
EIGENPY_DLLAPI void call_PyArray_InitArrFuncs(PyArray_ArrFuncs* funcs);
148148

149-
EIGENPY_DLLAPI int call_PyArray_RegisterDataType(PyArray_Descr* dtype);
149+
EIGENPY_DLLAPI int call_PyArray_RegisterDataType(PyArray_DescrProto* dtype);
150150

151151
EIGENPY_DLLAPI int call_PyArray_RegisterCanCast(PyArray_Descr* descr,
152152
int totype,

0 commit comments

Comments
 (0)