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 6642a9072..fddee817d 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 Gee.Iterator<G> : GLib.Object {
+public interface Gee.Iterator<G> : CollectionObject {
/**
* Advances to the next element in the iteration.
*