Revision: 60956
          
http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=60956
Author:   nazgul
Date:     2013-10-27 13:04:18 +0000 (Sun, 27 Oct 2013)
Log Message:
-----------
Fix compilation error caused by struct declaration in a function prototype

Modified Paths:
--------------
    trunk/blender/source/blender/python/bmesh/bmesh_py_types_meshdata.h

Modified: trunk/blender/source/blender/python/bmesh/bmesh_py_types_meshdata.h
===================================================================
--- trunk/blender/source/blender/python/bmesh/bmesh_py_types_meshdata.h 
2013-10-27 12:16:45 UTC (rev 60955)
+++ trunk/blender/source/blender/python/bmesh/bmesh_py_types_meshdata.h 
2013-10-27 13:04:18 UTC (rev 60956)
@@ -44,6 +44,7 @@
 struct MLoopUV;
 struct MLoopCol;
 struct MDeformVert;
+struct MVertSkin;
 
 int       BPy_BMTexPoly_AssignPyObject(struct MTexPoly *mloopuv, PyObject 
*value);
 PyObject *BPy_BMTexPoly_CreatePyObject(struct MTexPoly *mloopuv);

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to