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 e56a7b5b6..c98eeb4d2 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> : CollectionObject {
+public interface Vala.Map<K,V> : CollectionObject {
/**
* The number of items in this map.
*/