[General] Change underlying type of the WidgetType to uint8_t

This commit is contained in:
Koncord 2017-11-28 22:23:54 +08:00
parent a546d99000
commit b55bb445dd

View file

@ -190,7 +190,7 @@ namespace mwmp
{
int32_t id;
short width, height;
enum class WidgetType: int
enum class WidgetType: uint8_t
{
Button,
Editbox,