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/DNA_fileglobal_types.h')
-rw-r--r--source/blender/makesdna/DNA_fileglobal_types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/makesdna/DNA_fileglobal_types.h b/source/blender/makesdna/DNA_fileglobal_types.h
index 6f7eb6fcfc3..6daa0f5aeb3 100644
--- a/source/blender/makesdna/DNA_fileglobal_types.h
+++ b/source/blender/makesdna/DNA_fileglobal_types.h
@@ -34,11 +34,11 @@ typedef struct FileGlobal {
short subversion;
short minversion, minsubversion;
- char pad[6];
+ char _pad[6];
struct bScreen *curscreen;
struct Scene *curscene;
struct ViewLayer *cur_view_layer;
- void *pad1;
+ void *_pad1;
int fileflags;
int globalf;