summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gee/hashmap.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/gee/hashmap.vala b/gee/hashmap.vala
index 40dc900b4..515a6a204 100644
--- a/gee/hashmap.vala
+++ b/gee/hashmap.vala
@@ -387,7 +387,7 @@ public class Vala.HashMap<K,V> : Map<K,V> {
}
}
- private HashMap<V,K> _map;
+ private HashMap<K,V> _map;
private int _index = -1;
private weak Node<K,V> _node;
private weak Node<K,V> _next;