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>2017-12-05 13:48:37 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2017-12-05 13:48:37 +0300
commitdeaeee8e4d92cfd43e641db6a86273e70a4dae7d (patch)
treeec6566f1bec87a97008d9800b350449d290b1099 /source/blender/makesrna/intern/rna_access.c
parent7d50f1686975c699ccadfab0574dc25c3f0edf80 (diff)
parent1802d14394c52698c0501e03179a651cf3a65cfd (diff)
Merge branch 'master' into blender2.8
Diffstat (limited to 'source/blender/makesrna/intern/rna_access.c')
-rw-r--r--source/blender/makesrna/intern/rna_access.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_access.c b/source/blender/makesrna/intern/rna_access.c
index 19687be77e4..6e90cd5a013 100644
--- a/source/blender/makesrna/intern/rna_access.c
+++ b/source/blender/makesrna/intern/rna_access.c
@@ -5705,7 +5705,7 @@ void RNA_struct_property_unset(PointerRNA *ptr, const char *identifier)
}
}
-bool RNA_property_is_idprop(PropertyRNA *prop)
+bool RNA_property_is_idprop(const PropertyRNA *prop)
{
return (prop->magic != RNA_MAGIC);
}