bug fix
-
This commit is contained in:
@@ -197,7 +197,7 @@ struct Curve* CurveFromPyObject (PyObject *py_obj);
|
||||
/*****************************************************************************/
|
||||
/* Python Curve_Type structure definition: */
|
||||
/*****************************************************************************/
|
||||
static PyTypeObject Curve_Type =
|
||||
PyTypeObject Curve_Type =
|
||||
{
|
||||
PyObject_HEAD_INIT(NULL)
|
||||
0, /* ob_size */
|
||||
|
@@ -205,7 +205,7 @@ static PyObject *MetaballRepr (C_Metaball *self);
|
||||
/*****************************************************************************/
|
||||
/* Python Metaball_Type structure definition: */
|
||||
/*****************************************************************************/
|
||||
static PyTypeObject Metaball_Type =
|
||||
PyTypeObject Metaball_Type =
|
||||
{
|
||||
PyObject_HEAD_INIT(NULL)
|
||||
0, /* ob_size */
|
||||
|
Reference in New Issue
Block a user