From 929c94ee20e04b2d887876bb453933f63c93909f Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 30 Jul 2020 08:41:03 +1000 Subject: Cleanup: warnings --- source/blender/editors/sculpt_paint/sculpt_cloth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/sculpt_paint/sculpt_cloth.c') diff --git a/source/blender/editors/sculpt_paint/sculpt_cloth.c b/source/blender/editors/sculpt_paint/sculpt_cloth.c index d91d9ba8438..434206c1584 100644 --- a/source/blender/editors/sculpt_paint/sculpt_cloth.c +++ b/source/blender/editors/sculpt_paint/sculpt_cloth.c @@ -176,7 +176,7 @@ static void do_cloth_brush_build_constraints_task_cb_ex( { SculptThreadedTaskData *data = userdata; SculptSession *ss = data->ob->sculpt; - Brush *brush = data->brush; + const Brush *brush = data->brush; PBVHVertexIter vd; -- cgit v1.2.3