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:
authorBastien Montagne <montagne29@wanadoo.fr>2011-08-17 15:11:43 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2011-08-17 15:11:43 +0400
commit236a94268eac9d5154cd0de45569e59f24952451 (patch)
tree6a0feb68a5060820b47b84f07a66d6cbfc91f514 /source/blender/makesrna/RNA_access.h
parent97d4240911ef1a4b9aaca1a8e60a2204314be781 (diff)
parentdd8d24ff9d48d4103e414cbe18e6c40644051f19 (diff)
Merging r39199 through r39485 from trunk into vgroup_modifiers.
Diffstat (limited to 'source/blender/makesrna/RNA_access.h')
-rw-r--r--source/blender/makesrna/RNA_access.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/RNA_access.h b/source/blender/makesrna/RNA_access.h
index e6f74b244a8..50ee169324a 100644
--- a/source/blender/makesrna/RNA_access.h
+++ b/source/blender/makesrna/RNA_access.h
@@ -657,7 +657,7 @@ int RNA_property_flag(PropertyRNA *prop);
void *RNA_property_py_data_get(PropertyRNA *prop);
int RNA_property_array_length(PointerRNA *ptr, PropertyRNA *prop);
-int RNA_property_array_check(PointerRNA *ptr, PropertyRNA *prop);
+int RNA_property_array_check(PropertyRNA *prop);
int RNA_property_multi_array_length(PointerRNA *ptr, PropertyRNA *prop, int dimension);
int RNA_property_array_dimension(PointerRNA *ptr, PropertyRNA *prop, int length[]);
char RNA_property_array_item_char(PropertyRNA *prop, int index);