Added minor changes.

This commit is contained in:
2009-07-29 18:49:03 +00:00
parent 7600037924
commit 3771d648d0
2 changed files with 9 additions and 6 deletions

View File

@@ -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 ***/