Skip to content

Commit cbe939c

Browse files
committed
Update pyobject_type.cpp
1 parent c474814 commit cbe939c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dynd/src/types/pyobject_type.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
using namespace dynd;
1414

1515
pyobject_type::pyobject_type(type_id_t id)
16-
: ndt::base_type(id, ndt::make_type<ndt::any_kind_type>(), sizeof(PyObject *), alignof(PyObject *),
16+
: ndt::base_type(id, sizeof(PyObject *), alignof(PyObject *),
1717
type_flag_none | type_flag_zeroinit, 0, 0, 0)
1818
{
1919
}

0 commit comments

Comments
 (0)