OSDN Git Service

Change IntSetIterator to public
authorJustin Shapcott <support@mobidevelop.com>
Thu, 1 Aug 2013 18:41:24 +0000 (11:41 -0700)
committerJustin Shapcott <support@mobidevelop.com>
Thu, 1 Aug 2013 18:42:09 +0000 (11:42 -0700)
Fixes Issue 1592.

gdx/src/com/badlogic/gdx/utils/IntSet.java

index dbb45c2..b355ac2 100644 (file)
@@ -416,7 +416,7 @@ public class IntSet {
                }
        }
 
-       static private class IntSetIterator {
+       static public class IntSetIterator {
                static final int INDEX_ILLEGAL = -2;
                static final int INDEX_ZERO = -1;