Browse Source

[cppia] Do not exclude IntIterator

Cauê Waneck 9 years ago
parent
commit
077ce54905
1 changed files with 2 additions and 2 deletions
  1. 2 2
      std/cpp/cppia/HostClasses.hx

+ 2 - 2
std/cpp/cppia/HostClasses.hx

@@ -108,7 +108,7 @@ class HostClasses
    "haxe.crypto.Adler32",
    "haxe.crypto.Adler32",
    "haxe.crypto.Md5",
    "haxe.crypto.Md5",
    "haxe.crypto.Sha1",
    "haxe.crypto.Sha1",
- 
+
    "haxe.io.BufferInput",
    "haxe.io.BufferInput",
    "haxe.io.Bytes",
    "haxe.io.Bytes",
    "haxe.io.BytesBuffer",
    "haxe.io.BytesBuffer",
@@ -153,7 +153,7 @@ class HostClasses
    "EReg",
    "EReg",
    "Enum",
    "Enum",
    "EnumValue",
    "EnumValue",
-   "IntIterator",
+   // "IntIterator",
    "List",
    "List",
    "Map",
    "Map",
    "String",
    "String",