diff --git a/src/compiler/compiler_internal.h b/src/compiler/compiler_internal.h index bee7b5f76..6ec05bfe1 100644 --- a/src/compiler/compiler_internal.h +++ b/src/compiler/compiler_internal.h @@ -498,9 +498,9 @@ struct Signature_ typedef struct { TypeInfoId type_parent; - OperatorOverload operator : 6; unsigned overload_type : 2; - bool is_wildcard_overload : 1; + unsigned is_wildcard_overload : 1; + OperatorOverload operator : 6; Signature signature; AstId body; AstId docs;