mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Fix ToVAListPtr return type
This commit is contained in:
parent
035d4e507f
commit
0618278b36
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ namespace System
|
|||
#endif
|
||||
}
|
||||
|
||||
public void** ToVAListPtr() mut
|
||||
public void* ToVAListPtr() mut
|
||||
{
|
||||
return &mVAList;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue