1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-12 05:14:10 +02:00

Fix ToVAListPtr return type

This commit is contained in:
Hunter Bridges 2022-04-15 19:46:59 -07:00
parent 035d4e507f
commit 0618278b36

View file

@ -66,7 +66,7 @@ namespace System
#endif #endif
} }
public void** ToVAListPtr() mut public void* ToVAListPtr() mut
{ {
return &mVAList; return &mVAList;
} }