[General] Change type of GUIMessageBox::id to uint64_t

This commit is contained in:
Koncord 2018-02-16 11:27:53 +08:00
parent bb7c5ee34c
commit 9dae748a76

View file

@ -214,7 +214,7 @@ namespace mwmp
ListBox ListBox
}; };
int id; uint64_t id;
Type type; Type type;
std::string label; std::string label;