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:
parent
035d4e507f
commit
0618278b36
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ namespace System
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
public void** ToVAListPtr() mut
|
public void* ToVAListPtr() mut
|
||||||
{
|
{
|
||||||
return &mVAList;
|
return &mVAList;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue