diff --git a/src/order_type.h b/src/order_type.h --- a/src/order_type.h +++ b/src/order_type.h @@ -34,10 +34,8 @@ enum OrderType { OT_END }; -/* It needs to be 8bits, because we save and load it as such */ -/** Define basic enum properties */ -template <> struct EnumPropsT : MakeEnumPropsT {}; -typedef TinyEnumT OrderTypeByte; +/** It needs to be 8bits, because we save and load it as such */ +typedef SimpleTinyEnumT OrderTypeByte; /**