Преглед изворни кода

Changed GCRelease parameter to Byte Ptr

HurryStarfish пре 6 година
родитељ
комит
50407555d3
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      blitz.mod/blitz.bmx

+ 1 - 1
blitz.mod/blitz.bmx

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