Skip to content

Commit ea4a43a

Browse files
committed
Update pyobject_type.cpp
1 parent daa4f8b commit ea4a43a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

dynd/src/types/pyobject_type.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111

1212
using namespace dynd;
1313

14-
pyobject_type::pyobject_type(type_id_t new_id)
15-
: ndt::base_type(new_id, ndt::id_of<pyobject_type>::value, sizeof(PyObject *), alignof(PyObject *),
14+
pyobject_type::pyobject_type(type_id_t id)
15+
: ndt::base_type(id, sizeof(PyObject *), alignof(PyObject *),
1616
type_flag_none | type_flag_zeroinit, 0, 0, 0)
1717
{
1818
}

0 commit comments

Comments
 (0)