Explorar o código

Changed GCRelease parameter to Byte Ptr

HurryStarfish %!s(int64=6) %!d(string=hai) anos
pai
achega
50407555d3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      blitz.mod/blitz.bmx

+ 1 - 1
blitz.mod/blitz.bmx

@@ -482,7 +482,7 @@ Function GCRetain(obj:Object)="bbGCRetain"
 Rem
 bbdoc: Releases a reference from the specified #Object.
 End Rem
-Function GCRelease(obj:Object)="bbGCRelease"
+Function GCRelease(obj:Byte Ptr)="void bbGCRelease(BBObject*)!"
 
 Rem
 bbdoc: Returns #True if the current thread is registered with the garbage collector.