From fe31fe74b433a6ef7fe13ef2f52790acc2527271 Mon Sep 17 00:00:00 2001 From: xin Date: Tue, 17 May 2022 09:03:58 +0800 Subject: [PATCH] hello --- vincecontrol.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vincecontrol.cpp b/vincecontrol.cpp index 38e9a94..827f3b0 100644 --- a/vincecontrol.cpp +++ b/vincecontrol.cpp @@ -5,7 +5,7 @@ union MyUnion { int i; - unsigned char a[4]; + unsigned char a[4]; }; VinceControl::VinceControl(ProTools proto) {