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>2018-12-03 08:50:50 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-12-03 08:50:50 +0300
commitffdc1f892445aa7949917523d0f0f30fa73815fe (patch)
treea2408ce46b574e2e219a57a4de2327a9d1ab047a /source/blender/editors/render
parent81c2fd25e5be3781285298e1ded16fb591da24e0 (diff)
Cleanup: warning, style
Diffstat (limited to 'source/blender/editors/render')
-rw-r--r--source/blender/editors/render/render_shading.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/render/render_shading.c b/source/blender/editors/render/render_shading.c
index 8ef324d1526..3cbbcdbf740 100644
--- a/source/blender/editors/render/render_shading.c
+++ b/source/blender/editors/render/render_shading.c
@@ -103,7 +103,7 @@
* Object list for material operations.
* has exception for pinned object.
*/
-Object **object_array_for_shading(bContext *C, uint *r_objects_len)
+static Object **object_array_for_shading(bContext *C, uint *r_objects_len)
{
ScrArea *sa = CTX_wm_area(C);
SpaceButs *sbuts = NULL;