瀏覽代碼

[cpp] fix a typo in StdString's @:unreflective

Jens Fischer 6 年之前
父節點
當前提交
9f9bc4abbf
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      std/cpp/StdString.hx

+ 1 - 1
std/cpp/StdString.hx

@@ -6,7 +6,7 @@ using cpp.NativeString;
 @:include("hx/StdString.h")
 @:include("hx/StdString.h")
 @:stackOnly
 @:stackOnly
 @:structAccess
 @:structAccess
-@:unrelfective
+@:unreflective
 extern class StdString
 extern class StdString
 {
 {
    @:native("std::string::npos")
    @:native("std::string::npos")