From 5aa006bc1c9b99bcbc1a5190d34a70fcaaa0d2da Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 28 Jan 2014 01:50:09 +1100 Subject: Fix incorrect extern --- source/blender/python/bmesh/bmesh_py_types_meshdata.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/python') diff --git a/source/blender/python/bmesh/bmesh_py_types_meshdata.c b/source/blender/python/bmesh/bmesh_py_types_meshdata.c index b935dbccf34..e9ee53c9b9c 100644 --- a/source/blender/python/bmesh/bmesh_py_types_meshdata.c +++ b/source/blender/python/bmesh/bmesh_py_types_meshdata.c @@ -57,7 +57,7 @@ typedef struct BPy_BMTexPoly { } BPy_BMTexPoly; extern PyObject *pyrna_id_CreatePyObject(ID *id); -extern int pyrna_id_FromPyObject(PyObject *obj, ID **id); +extern bool pyrna_id_FromPyObject(PyObject *obj, ID **id); PyDoc_STRVAR(bpy_bmtexpoly_image_doc, "Image or None.\n\n:type: :class:`bpy.types.Image`" -- cgit v1.2.3