k преди 2 години
родител
ревизия
0d611414fb
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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]);