소스 검색

[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")
 @:stackOnly
 @:structAccess
-@:unrelfective
+@:unreflective
 extern class StdString
 {
    @:native("std::string::npos")