[Bf-blender-cvs] [0b0c7ca0177] master: Cleanup: Fix inconsistent parameter name warning

Hans Goudey noreply at git.blender.org
Wed Jun 16 04:11:59 CEST 2021


Commit: 0b0c7ca0177f790dfd431c22b4cd279fa402b61c
Author: Hans Goudey
Date:   Tue Jun 15 21:11:18 2021 -0500
Branches: master
https://developer.blender.org/rB0b0c7ca0177f790dfd431c22b4cd279fa402b61c

Cleanup: Fix inconsistent parameter name 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 eb9c68f80ec..2687a5ea16c 100644
--- a/source/blender/blenkernel/BKE_curve.h
+++ b/source/blender/blenkernel/BKE_curve.h
@@ -156,7 +156,7 @@ struct ListBase *BKE_curve_editNurbs_get(struct Curve *cu);
 
 void BKE_curve_bevelList_free(struct ListBase *bev);
 void BKE_curve_bevelList_make(struct Object *ob, struct ListBase *nurbs, bool for_render);
-ListBase BKE_curve_bevel_make(const struct Curve *ob);
+ListBase BKE_curve_bevel_make(const struct Curve *curve);
 
 void BKE_curve_forward_diff_bezier(
     float q0, float q1, float q2, float q3, float *p, int it, int stride);



More information about the Bf-blender-cvs mailing list