[libgee] Make ArrayList.Iterator._stamp private



commit d72f51e9cdd4c6c8a72f9dc2ea8e220a5f68e406
Author: Julien Fontanet <julien fontanet isonoe net>
Date:   Sun Jul 19 23:52:24 2009 +0200

    Make ArrayList.Iterator._stamp private
    
    Signed-off-by: Didier 'Ptitjes <ptitjes free fr>

 gee/arraylist.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gee/arraylist.vala b/gee/arraylist.vala
index 0c720fa..83d8342 100644
--- a/gee/arraylist.vala
+++ b/gee/arraylist.vala
@@ -183,7 +183,7 @@ public class Gee.ArrayList<G> : Object, Iterable<G>, Collection<G>, List<G> {
 		private int _index = -1;
 
 		// concurrent modification protection
-		public int _stamp = 0;
+		private int _stamp = 0;
 
 		public Iterator (ArrayList list) {
 			this.list = list;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]