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:
Diffstat (limited to 'source/blender/python/api2_2x/Draw.c')
-rw-r--r--source/blender/python/api2_2x/Draw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/python/api2_2x/Draw.c b/source/blender/python/api2_2x/Draw.c
index b99e9444bab..f22f9b7aeae 100644
--- a/source/blender/python/api2_2x/Draw.c
+++ b/source/blender/python/api2_2x/Draw.c
@@ -297,7 +297,7 @@ static struct PyMethodDef Draw_methods[] = {
MethodDef (Redraw),
MethodDef (Draw),
MethodDef (Register),
- {NULL, NULL}
+ {NULL, NULL,0,NULL}
};
PyTypeObject Button_Type = {