summaryrefslogtreecommitdiff
path: root/numpy/core/src/umath/override.h
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/core/src/umath/override.h')
-rw-r--r--numpy/core/src/umath/override.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/src/umath/override.h b/numpy/core/src/umath/override.h
index 4e9a323ca..20621bb19 100644
--- a/numpy/core/src/umath/override.h
+++ b/numpy/core/src/umath/override.h
@@ -6,7 +6,7 @@
NPY_NO_EXPORT int
PyUFunc_CheckOverride(PyUFuncObject *ufunc, char *method,
- PyObject *in_args, PyObject *out_args,
+ PyObject *in_args, PyObject *out_args, PyObject *wheremask_obj,
PyObject *const *args, Py_ssize_t len_args, PyObject *kwnames,
PyObject **result);