From bd2dda90b6a35da21446ccfb7db2de0cb972d3f5 Mon Sep 17 00:00:00 2001 From: Ankit Meel Date: Mon, 9 Nov 2020 21:26:15 +0530 Subject: Cleanup: Clang-tidy, inconsistent parameter name readability-inconsistent-declaration-parameter-name --- source/blender/bmesh/tools/bmesh_boolean.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/bmesh') diff --git a/source/blender/bmesh/tools/bmesh_boolean.cc b/source/blender/bmesh/tools/bmesh_boolean.cc index 929bc510672..39b425a41df 100644 --- a/source/blender/bmesh/tools/bmesh_boolean.cc +++ b/source/blender/bmesh/tools/bmesh_boolean.cc @@ -492,7 +492,7 @@ bool BM_mesh_boolean_knife(BMesh *UNUSED(bm), const int UNUSED(nshapes), const bool UNUSED(use_self), const bool UNUSED(use_separate_all), - const bool UNUSED(keep_boolean)) + const bool UNUSED(keep_hidden)) { UNUSED_VARS(looptris, test_fn); return false; -- cgit v1.2.3