Selaa lähdekoodia

Fix ToVAListPtr return type

Hunter Bridges 3 vuotta sitten
vanhempi
commit
0618278b36
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      BeefLibs/corlib/src/Internal.bf

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

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