Skip to content

Commit 447d2da

Browse files
duburcqajcarpent
authored andcommitted
Follow-up numpy 2.0 (DLLAPI)
1 parent 563cd7a commit 447d2da

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
@@ -208,7 +208,7 @@ EIGENPY_DLLAPI PyArray_Descr* call_PyArray_DescrFromType(int typenum);
208208

209209
EIGENPY_DLLAPI void call_PyArray_InitArrFuncs(PyArray_ArrFuncs* funcs);
210210

211-
EIGENPY_DLLAPI int call_PyArray_RegisterDataType(PyArray_Descr* dtype);
211+
EIGENPY_DLLAPI int call_PyArray_RegisterDataType(PyArray_DescrProto* dtype);
212212

213213
EIGENPY_DLLAPI int call_PyArray_RegisterCanCast(PyArray_Descr* descr,
214214
int totype,

0 commit comments

Comments
 (0)