소스 검색

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;
 package cpp;
 
 
-extern class FastIterator<T>
+extern class FastIterator<T> implements haxe.rtti.Generic
 {
 {
 	public function hasNext():Bool;
 	public function hasNext():Bool;
 	public function next():T;
 	public function next():T;