فهرست منبع

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;