Browse Source

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

Jens Fischer 6 năm trước cách đây
mục cha
commit
9f9bc4abbf
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      std/cpp/StdString.hx

+ 1 - 1
std/cpp/StdString.hx

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