summaryrefslogtreecommitdiff
path: root/gee/map.vala
diff options
context:
space:
mode:
Diffstat (limited to 'gee/map.vala')
-rw-r--r--gee/map.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/gee/map.vala b/gee/map.vala
index 78858ce40..e56a7b5b6 100644
--- a/gee/map.vala
+++ b/gee/map.vala
@@ -23,7 +23,7 @@
/**
* A map is a generic collection of key/value pairs.
*/
-public interface Gee.Map<K,V> : GLib.Object {
+public interface Gee.Map<K,V> : CollectionObject {
/**
* The number of items in this map.
*/