Explorar o código

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

Jens Fischer %!s(int64=6) %!d(string=hai) anos
pai
achega
9f9bc4abbf
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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")