diff --git a/source/blender/makesdna/DNA_sequence_types.h b/source/blender/makesdna/DNA_sequence_types.h index 8e8f84f0bb6..0e09823b123 100644 --- a/source/blender/makesdna/DNA_sequence_types.h +++ b/source/blender/makesdna/DNA_sequence_types.h @@ -74,6 +74,7 @@ typedef struct StripColorBalance { float gamma[3]; float gain[3]; int flag; + int pad; float exposure; float saturation; } StripColorBalance;