commit f89945f16a1a4c640266b29f9d583dfe9473f057
parent b611f83661ffc302692e9878c7609ee5f5fda140
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date: Thu, 27 Sep 2018 16:35:12 +0200
Fix a warning on Windows
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/svx_bintree_trace_ray.c b/src/svx_bintree_trace_ray.c
@@ -69,8 +69,8 @@ bintree_trace_ray
const double ray_org[3],
const double ray_dir[3],
const double ray_range[2],
- svx_hit_challenge_T challenge,
- svx_hit_filter_T filter,
+ const svx_hit_challenge_T challenge,
+ const svx_hit_filter_T filter,
void* context,
struct svx_hit* hit)
{