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:
authorCampbell Barton <ideasman42@gmail.com>2019-02-15 09:20:11 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-02-15 09:22:33 +0300
commit925b20264162d075fcb0c979a9c9c515301bf4d1 (patch)
tree09b76b45ef282b699b8107b39db0ee865eb370db /source/blender/makesdna/DNA_genfile.h
parentd132c446528ed003662945ee686417499a4d6319 (diff)
Cleanup: sync minor changes from D4342
Use naming conventions from the patch so they match when it's applied.
Diffstat (limited to 'source/blender/makesdna/DNA_genfile.h')
-rw-r--r--source/blender/makesdna/DNA_genfile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_genfile.h b/source/blender/makesdna/DNA_genfile.h
index 0d330c8999a..eddaa787452 100644
--- a/source/blender/makesdna/DNA_genfile.h
+++ b/source/blender/makesdna/DNA_genfile.h
@@ -107,6 +107,6 @@ int DNA_elem_type_size(const eSDNA_Type elem_nr);
bool DNA_sdna_patch_struct(
struct SDNA *sdna, const char *struct_name_old, const char *struct_name_new);
bool DNA_sdna_patch_struct_member(
- struct SDNA *sdna, const char *struct_name, const char *member_old, const char *member_new);
+ struct SDNA *sdna, const char *struct_name, const char *elem_old, const char *elem_new);
#endif /* __DNA_GENFILE_H__ */