Ver código fonte

FastIterator implements Generic in cpp

Hugh Sanderson 14 anos atrás
pai
commit
4e94ba800a
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      std/cpp/FastIterator.hx

+ 1 - 1
std/cpp/FastIterator.hx

@@ -1,6 +1,6 @@
 package cpp;
 
-extern class FastIterator<T>
+extern class FastIterator<T> implements haxe.rtti.Generic
 {
 	public function hasNext():Bool;
 	public function next():T;