Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Parborg <darkdefende@gmail.com>2020-09-04 21:59:13 +0300
committerSebastian Parborg <darkdefende@gmail.com>2020-09-04 22:04:16 +0300
commit2115232a16d81d28dbdb8042ed8e9316858514c6 (patch)
tree1aeb7354a85b21b43a3ede7bf2980c172d4eec82 /source/blender/makesdna
parente43d482cc93c64d55b1f58178db68551077e6560 (diff)
Cleanup: Clang-Tidy readability-inconsistent-declaration-parameter-name fix
No functional changes
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/intern/dna_utils.h6
1 files changed, 3 insertions, 3 deletions
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 {