Commit: 148a3095ca7e64ddef0e3b9f5f5cb9b8046b12ae
Author: Jacques Lucke
Date:   Wed Mar 3 12:17:48 2021 +0100
Branches: ui-asset-view-template
https://developer.blender.org/rB148a3095ca7e64ddef0e3b9f5f5cb9b8046b12ae

Cleanup: clang tidy

Can use const parameter.

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

M       source/blender/editors/sculpt_paint/sculpt_expand.c

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

diff --git a/source/blender/editors/sculpt_paint/sculpt_expand.c 
b/source/blender/editors/sculpt_paint/sculpt_expand.c
index 2d1d973221a..db6d33c2700 100644
--- a/source/blender/editors/sculpt_paint/sculpt_expand.c
+++ b/source/blender/editors/sculpt_paint/sculpt_expand.c
@@ -375,7 +375,7 @@ static BLI_bitmap 
*sculpt_expand_bitmap_from_enabled(SculptSession *ss, ExpandCa
  * vertex that is not enabled.
  */
 static BLI_bitmap *sculpt_expand_boundary_from_enabled(SculptSession *ss,
-                                                       BLI_bitmap 
*enabled_vertices,
+                                                       const BLI_bitmap 
*enabled_vertices,
                                                        const bool 
use_mesh_boundary)
 {
   const int totvert = SCULPT_vertex_count_get(ss);

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to