[Bf-blender-cvs] [38456d3e82a] master: Cleanup: Fix compiler warning

Antonio Vazquez noreply at git.blender.org
Thu Apr 30 18:10:28 CEST 2020


Commit: 38456d3e82acbcd5e62b7151832b4fb1f291d774
Author: Antonio Vazquez
Date:   Thu Apr 30 18:10:02 2020 +0200
Branches: master
https://developer.blender.org/rB38456d3e82acbcd5e62b7151832b4fb1f291d774

Cleanup: Fix compiler warning

===================================================================

M	source/blender/blenkernel/BKE_curve.h

===================================================================

diff --git a/source/blender/blenkernel/BKE_curve.h b/source/blender/blenkernel/BKE_curve.h
index adc94a833c3..3524be99d0a 100644
--- a/source/blender/blenkernel/BKE_curve.h
+++ b/source/blender/blenkernel/BKE_curve.h
@@ -111,7 +111,7 @@ void BKE_curve_material_index_clear(struct Curve *cu);
 bool BKE_curve_material_index_validate(struct Curve *cu);
 void BKE_curve_material_remap(struct Curve *cu, const unsigned int *remap, unsigned int remap_len);
 
-void BKE_curve_smooth_flag_set(struct Curve *cu, bool set);
+void BKE_curve_smooth_flag_set(struct Curve *cu, const bool use_smooth);
 
 ListBase *BKE_curve_nurbs_get(struct Curve *cu);



More information about the Bf-blender-cvs mailing list