summaryrefslogtreecommitdiff
path: root/gee/iterator.vala
diff options
context:
space:
mode:
Diffstat (limited to 'gee/iterator.vala')
-rw-r--r--gee/iterator.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/gee/iterator.vala b/gee/iterator.vala
index 9677e8832..5190fb652 100644
--- a/gee/iterator.vala
+++ b/gee/iterator.vala
@@ -24,7 +24,7 @@
* Implemented by classes that support a simple iteration over instances of the
* collection.
*/
-public interface Vala.Iterator<G> : CollectionObject {
+public abstract class Vala.Iterator<G> {
/**
* Advances to the next element in the iteration.
*