Explorar el Código

[cpp] Fix AtomicInt

k hace 2 años
padre
commit
0d611414fb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      std/cpp/_std/haxe/atomic/AtomicInt.hx

+ 1 - 1
std/cpp/_std/haxe/atomic/AtomicInt.hx

@@ -1,9 +1,9 @@
 package haxe.atomic;
 
+@:noDoc
 #if cppia
 extern
 #end
-@:noDoc
 abstract AtomicInt(cpp.Pointer<Int>) {
 	public #if !(scriptable || cppia) inline #end function new(value:Int) {
 		this = cpp.Pointer.ofArray([value]);