fix compile error with python on MSVC.
This commit is contained in:
2009-03-15 08:58:33 +00:00
parent dff4852671
commit 6508ad460f

View File

@@ -235,7 +235,7 @@ static PyObject *pyop_base_dir(PyObject *self)
return list;
}
PyTypeObject pyop_base_Type = {};
PyTypeObject pyop_base_Type = {NULL};
PyObject *BPY_operator_module( bContext *C )
{