From 2115232a16d81d28dbdb8042ed8e9316858514c6 Mon Sep 17 00:00:00 2001 From: Sebastian Parborg Date: Fri, 4 Sep 2020 20:59:13 +0200 Subject: Cleanup: Clang-Tidy readability-inconsistent-declaration-parameter-name fix No functional changes --- source/blender/makesdna/intern/dna_utils.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source/blender/makesdna') diff --git a/source/blender/makesdna/intern/dna_utils.h b/source/blender/makesdna/intern/dna_utils.h index 264310ef0fb..a5c9d2a79a0 100644 --- a/source/blender/makesdna/intern/dna_utils.h +++ b/source/blender/makesdna/intern/dna_utils.h @@ -38,9 +38,9 @@ char *DNA_elem_id_rename(struct MemArena *mem_arena, const int elem_src_len, const char *elem_dst, const int elem_dst_len, - const char *elem_full_src, - const int elem_full_src_len, - const uint elem_full_offset_start); + const char *elem_src_full, + const int elem_src_full_len, + const uint elem_src_full_offset_len); /* When requesting version info, support both directions. */ enum eDNA_RenameDir { -- cgit v1.2.3