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-01-02 07:38:45 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-01-02 07:38:45 +0300
commit5484ed01ad1f3035c6a82adfeb19b62ec1180609 (patch)
tree4834587ef21a35d564e4302fddc07d991fe9b9f0 /source/blender/makesdna/DNA_scene_types.h
parent2b3effe0ce57909ca6855ccb21d80414cbd7d64a (diff)
Cleanup: use '_pad' in DNA
Convention used elsewhere, has advantage pad vars don't autocomplete with other vars beginning w/ 'p'.
Diffstat (limited to 'source/blender/makesdna/DNA_scene_types.h')
-rw-r--r--source/blender/makesdna/DNA_scene_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_scene_types.h b/source/blender/makesdna/DNA_scene_types.h
index 5721dbfade0..1d309e358ac 100644
--- a/source/blender/makesdna/DNA_scene_types.h
+++ b/source/blender/makesdna/DNA_scene_types.h
@@ -992,7 +992,7 @@ typedef struct GP_Sculpt_Data {
float curcolor_add[3]; /* cursor color for add */
float curcolor_sub[3]; /* cursor color for sub */
float weight; /* target weight */
- char pad_[4];
+ char _pad[4];
} GP_Sculpt_Data;
/* GP_Sculpt_Data.flag */