From cae4d8637cde13d8cba9dfd0db246f6cd0ecfc21 Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Mon, 11 Oct 2021 16:07:57 +0200 Subject: Cleanup: match parameter name in function declaration and implementation. --- source/blender/nodes/geometry/node_geometry_util.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blender/nodes/geometry/node_geometry_util.hh b/source/blender/nodes/geometry/node_geometry_util.hh index 875308ac116..21404525748 100644 --- a/source/blender/nodes/geometry/node_geometry_util.hh +++ b/source/blender/nodes/geometry/node_geometry_util.hh @@ -89,7 +89,7 @@ void separate_geometry(GeometrySet &geometry_set, const GeometryNodeDeleteGeometryMode mode, const Field &selection_field, const bool invert, - bool &r_error_message); + bool &r_is_error); struct CurveToPointsResults { int result_size; -- cgit v1.2.3