[Bf-blender-cvs] [c9b7240c24e] soc-2021-curves: Removed const from header

Dilith Jayakody noreply at git.blender.org
Sat Mar 5 16:40:06 CET 2022


Commit: c9b7240c24e98ebc812ae52ba28a1b8a3eaffae3
Author: Dilith Jayakody
Date:   Wed Mar 2 08:58:53 2022 +0530
Branches: soc-2021-curves
https://developer.blender.org/rBc9b7240c24e98ebc812ae52ba28a1b8a3eaffae3

Removed const from header

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

M	source/blender/editors/curve/curve_intern.h

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

diff --git a/source/blender/editors/curve/curve_intern.h b/source/blender/editors/curve/curve_intern.h
index 6c7fa6c294f..39d58ca06ff 100644
--- a/source/blender/editors/curve/curve_intern.h
+++ b/source/blender/editors/curve/curve_intern.h
@@ -201,7 +201,7 @@ bool ED_curve_pick_vert(struct ViewContext *vc,
                         struct Base **r_base);
 bool ED_curve_pick_vert_thresholded(struct ViewContext *vc,
                                     short sel,
-                                    const float sel_dist_mul,
+                                    float sel_dist_mul,
                                     struct Nurb **r_nurb,
                                     struct BezTriple **r_bezt,
                                     struct BPoint **r_bp,



More information about the Bf-blender-cvs mailing list