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:
Diffstat (limited to 'source/blender/makesdna/intern/dna_utils.h')
-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 {