Browse Source

FastIterator implements Generic in cpp

Hugh Sanderson 14 năm trước cách đây
mục cha
commit
4e94ba800a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;