GPencil: Use proper enumerator type

Was using GpencilModifierType in type definition,
but rest of usage was using values from GpencilModifierTypeType.
This commit is contained in:
Sergey Sharybin
2018-09-28 10:04:31 +02:00
parent e26620337a
commit fa6b0cdc79

View File

@@ -102,7 +102,7 @@ typedef struct GpencilModifierTypeInfo {
/* The size of the modifier data type, used by allocation. */
int struct_size;
GpencilModifierType type;
GpencilModifierTypeType type;
GpencilModifierTypeFlag flags;