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:
authorJacques Lucke <mail@jlucke.com>2019-09-03 11:30:32 +0300
committerJacques Lucke <mail@jlucke.com>2019-09-03 11:30:32 +0300
commitb513079ee225df99717f8c8758edba49d77623ea (patch)
tree090ae63447d5068d3462fe7631ab9af3e75cd53c /source/blender/makesrna/RNA_access.h
parent410599dca28f5ef2dae5435d9ad2d9478f20d34e (diff)
parentd74cc6c08c428f7bc92ace5ff954da4606ed1e32 (diff)
Merge branch 'master' into functions
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 466eafd5d2e..d500f362d3a 100644
--- a/source/blender/makesrna/RNA_access.h
+++ b/source/blender/makesrna/RNA_access.h
@@ -1169,7 +1169,7 @@ char *RNA_path_from_real_ID_to_property_index(struct Main *bmain,
PropertyRNA *prop,
int array_dim,
int index,
- struct ID **r_real);
+ struct ID **r_real_id);
char *RNA_path_resolve_from_type_to_property(struct PointerRNA *ptr,
struct PropertyRNA *prop,