From cfaef2db301f7b4e9f41e377f81187fbb52595a8 Mon Sep 17 00:00:00 2001 From: Nathan Craddock Date: Thu, 1 Aug 2019 18:32:12 -0600 Subject: Cleanup: padding in windowmanager --- source/blender/makesdna/DNA_windowmanager_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/makesdna') diff --git a/source/blender/makesdna/DNA_windowmanager_types.h b/source/blender/makesdna/DNA_windowmanager_types.h index 4ccb23045df..8dcae41aaa2 100644 --- a/source/blender/makesdna/DNA_windowmanager_types.h +++ b/source/blender/makesdna/DNA_windowmanager_types.h @@ -174,7 +174,7 @@ typedef struct wmWindowManager { /** Indicates whether interface is locked for user interaction. */ char is_interface_locked; - char par[7]; + char _pad[7]; struct wmMsgBus *message_bus; -- cgit v1.2.3