Revision: 28083
          
http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=28083
Author:   kjym3
Date:     2010-04-08 03:42:39 +0200 (Thu, 08 Apr 2010)

Log Message:
-----------
Missing update in the last commit.

Modified Paths:
--------------
    
branches/soc-2008-mxcurioni/source/blender/freestyle/intern/python/BPy_UnaryFunction0D.cpp

Modified: 
branches/soc-2008-mxcurioni/source/blender/freestyle/intern/python/BPy_UnaryFunction0D.cpp
===================================================================
--- 
branches/soc-2008-mxcurioni/source/blender/freestyle/intern/python/BPy_UnaryFunction0D.cpp
  2010-04-08 01:13:54 UTC (rev 28082)
+++ 
branches/soc-2008-mxcurioni/source/blender/freestyle/intern/python/BPy_UnaryFunction0D.cpp
  2010-04-08 01:42:39 UTC (rev 28083)
@@ -26,7 +26,7 @@
 /*-----------------------BPy_UnaryFunction0D type definition 
------------------------------*/
 
 PyTypeObject UnaryFunction0D_Type = {
-       PyObject_HEAD_INIT(NULL)
+       PyVarObject_HEAD_INIT(NULL, 0)
        "UnaryFunction0D",              /* tp_name */
        sizeof(BPy_UnaryFunction0D),    /* tp_basicsize */
        0,                              /* tp_itemsize */


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

Reply via email to