Skip to content

Commit

Permalink
more missing
Browse files Browse the repository at this point in the history
  • Loading branch information
duburcqa authored and jcarpent committed Jun 11, 2024
1 parent 7a30292 commit df81fb0
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 df81fb0

Please sign in to comment.