2
0
Nicolas Cannasse 8 жил өмнө
parent
commit
7d70187b59
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      std/hl/NativeArray.hx

+ 1 - 1
std/hl/NativeArray.hx

@@ -68,7 +68,7 @@ package hl;
 		return n;
 	}
 
-	@:extern public inline function getRef() : Ref<T> {
+	@:to @:extern public inline function getRef() : Ref<T> {
 		return untyped $refdata(this);
 	}