Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2009-07-29 22:49:03 +0400
committerTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2009-07-29 22:49:03 +0400
commit3771d648d0a39c14e942725849e42f1898240809 (patch)
treeb607877104cc36458bcb217e010a08954929665a /source/blender/freestyle/intern/python/Interface1D/BPy_Stroke.cpp
parent76000379241e781c801040082dbe14e1784cddc6 (diff)
Added minor changes.
Diffstat (limited to 'source/blender/freestyle/intern/python/Interface1D/BPy_Stroke.cpp')
-rw-r--r--source/blender/freestyle/intern/python/Interface1D/BPy_Stroke.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/freestyle/intern/python/Interface1D/BPy_Stroke.cpp b/source/blender/freestyle/intern/python/Interface1D/BPy_Stroke.cpp
index 6bca6db2cb7..722e1d376ae 100644
--- a/source/blender/freestyle/intern/python/Interface1D/BPy_Stroke.cpp
+++ b/source/blender/freestyle/intern/python/Interface1D/BPy_Stroke.cpp
@@ -134,7 +134,7 @@ PyTypeObject Stroke_Type = {
/*** Added in release 2.2 ***/
/* Iterators */
- Stroke___iter__, /* getiterfunc tp_iter; */
+ (getiterfunc)Stroke___iter__, /* getiterfunc tp_iter; */
NULL, /* iternextfunc tp_iternext; */
/*** Attribute descriptor and subclassing stuff ***/