From a841e1e3584f52b8dbcb6c3fe74899ce1eced189 Mon Sep 17 00:00:00 2001 From: ChristopheGIGAX Date: Tue, 28 Jan 2014 11:39:40 -0500 Subject: [PATCH] range: make IteratorRange private signed-off-by: Christophe GIGAX --- lib/standard/collection/range.nit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/standard/collection/range.nit b/lib/standard/collection/range.nit index eb3aef3..818813a 100644 --- a/lib/standard/collection/range.nit +++ b/lib/standard/collection/range.nit @@ -73,7 +73,7 @@ class Range[E: Discrete] end end -class IteratorRange[E: Discrete] +private class IteratorRange[E: Discrete] # Iterator on ranges. super Iterator[E] var _range: Range[E] -- 1.7.9.5