Jelajahi Sumber

[cpp] Mark toPointer as extern

hughsando 10 tahun lalu
induk
melakukan
39dc01e058
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      std/cpp/ConstCharStar.hx

+ 1 - 1
std/cpp/ConstCharStar.hx

@@ -7,7 +7,7 @@ abstract ConstCharStar( RawConstPointer<Char> ) to(RawConstPointer<Char>)
    @:from
    static public inline function fromString(s:String) return new ConstCharStar(s);
 
-    @:to
+    @:to @:extern
     public inline function toPointer() return this;
 }