From 7ac221a2e49ac2e762553cd45ef79c77c85134a7 Mon Sep 17 00:00:00 2001 From: Jean Privat Date: Thu, 31 Oct 2013 20:19:25 -0400 Subject: [PATCH] nitcc: remove the use of NaiveCollection Signed-off-by: Jean Privat --- lib/nitcc_runtime.nit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/nitcc_runtime.nit b/lib/nitcc_runtime.nit index bf778cf..b5fb0fb 100644 --- a/lib/nitcc_runtime.nit +++ b/lib/nitcc_runtime.nit @@ -366,7 +366,7 @@ abstract class Node end private class DephCollection - super NaiveCollection[Node] + super Collection[Node] var node: Node redef fun iterator do return new DephIterator([node].iterator) end -- 1.7.9.5