C++: Fix incorrect variable declaration of VirtualInvokeData struct for 5.3.6-5.4.6

This commit is contained in:
Katy Coe
2020-07-25 16:54:14 +02:00
parent dd5a4a29e7
commit 271a85b7f1

View File

@@ -47,7 +47,7 @@ namespace Il2CppInspector.Cpp.UnityHeaders
{ {
Il2CppMethodPointer methodPtr; Il2CppMethodPointer methodPtr;
const MethodInfo* method; const MethodInfo* method;
} VirtualInvokeData;"; };";
} }
return str; return str;
} }