浏览代码

[cpp] Fix AtomicInt

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]);