From df81fb0704fd8bf1380c4884ca2346836b0d087e Mon Sep 17 00:00:00 2001 From: Alexis DUBURCQ Date: Tue, 19 Mar 2024 09:43:11 +0000 Subject: [PATCH] more missing --- src/numpy.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/numpy.cpp b/src/numpy.cpp index e758ed02d..0621edc8b 100644 --- a/src/numpy.cpp +++ b/src/numpy.cpp @@ -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); }