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:
authorCampbell Barton <ideasman42@gmail.com>2020-03-22 03:51:15 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-03-22 03:51:15 +0300
commit1e4f6b231ce54e894b308c00e56525c085db8781 (patch)
treeaeef12e61c9ba2d46048ff73f0828a199f0c5c59 /source/blender/makesrna/intern/rna_nodetree.c
parent9e8afa8817ed8281cefd6e21720943575a2f3284 (diff)
Cleanup: use static declaration
Diffstat (limited to 'source/blender/makesrna/intern/rna_nodetree.c')
-rw-r--r--source/blender/makesrna/intern/rna_nodetree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_nodetree.c b/source/blender/makesrna/intern/rna_nodetree.c
index 5f6fcc71706..29c36b21b7f 100644
--- a/source/blender/makesrna/intern/rna_nodetree.c
+++ b/source/blender/makesrna/intern/rna_nodetree.c
@@ -122,7 +122,7 @@ const EnumPropertyItem rna_enum_mapping_type_items[] = {
{0, NULL, 0, NULL, NULL},
};
-const EnumPropertyItem rna_enum_vector_rotate_type_items[] = {
+static const EnumPropertyItem rna_enum_vector_rotate_type_items[] = {
{NODE_VECTOR_ROTATE_TYPE_AXIS,
"AXIS_ANGLE",
0,