This commit is contained in:
xin
2022-05-17 09:03:58 +08:00
parent 4a2bd17b27
commit fe31fe74b4

View File

@ -5,7 +5,7 @@
union MyUnion
{
int i;
unsigned char a[4];
unsigned char a[4];
};
VinceControl::VinceControl(ProTools proto)
{