From 5d93836a61284dbe1874ccf181e2bd6e9983a0de Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 12 May 2016 04:36:16 +1000 Subject: Cleanup: only use r_ prefix for return args --- source/blender/blenlib/intern/BLI_kdopbvh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/blenlib/intern/BLI_kdopbvh.c') diff --git a/source/blender/blenlib/intern/BLI_kdopbvh.c b/source/blender/blenlib/intern/BLI_kdopbvh.c index 5f64c137ce6..6cef1924e33 100644 --- a/source/blender/blenlib/intern/BLI_kdopbvh.c +++ b/source/blender/blenlib/intern/BLI_kdopbvh.c @@ -1573,7 +1573,7 @@ int BLI_bvhtree_find_nearest( /* Determines the distance that the ray must travel to hit the bounding volume of the given node */ -static float ray_nearest_hit(BVHRayCastData *data, const float bv[6]) +static float ray_nearest_hit(const BVHRayCastData *data, const float bv[6]) { int i; -- cgit v1.2.3