瀏覽代碼

FastIterator implements Generic in cpp

Hugh Sanderson 14 年之前
父節點
當前提交
4e94ba800a
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;