Skip to content

Commit

Permalink
more missing
Browse files Browse the repository at this point in the history
  • Loading branch information
duburcqa committed Mar 19, 2024
1 parent 6d76066 commit 89a9e66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/numpy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ void call_PyArray_InitArrFuncs(PyArray_ArrFuncs* funcs) {
PyArray_InitArrFuncs(funcs);
}

int call_PyArray_RegisterDataType(PyArray_Descr* dtype) {
int call_PyArray_RegisterDataType(PyArray_DescrProto* dtype) {
return PyArray_RegisterDataType(dtype);
}

Expand Down

0 comments on commit 89a9e66

Please sign in to comment.