Browse Source

Fix ToVAListPtr return type

Hunter Bridges 3 years ago
parent
commit
0618278b36
1 changed files with 1 additions and 1 deletions
  1. 1 1
      BeefLibs/corlib/src/Internal.bf

+ 1 - 1
BeefLibs/corlib/src/Internal.bf

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