Freestyle: use bool instead of int.
Patch contribution by flokkievids (Folkert de Vries). Thanks!
This commit is contained in:
@@ -47,7 +47,7 @@ extern PyTypeObject Interface1D_Type;
|
||||
typedef struct {
|
||||
PyObject_HEAD
|
||||
Interface1D *if1D;
|
||||
int borrowed; /* non-zero if *if1D is a borrowed object */
|
||||
bool borrowed; /* true if *if1D is a borrowed object */
|
||||
} BPy_Interface1D;
|
||||
|
||||
/*---------------------------Python BPy_Interface1D visible prototypes-----------*/
|
||||
|
||||
Reference in New Issue
Block a user