[libgee] Fixing generics typo in HashMap's Value collection
- From: Didier 'Ptitjes' Villevalois <dvillevalois src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [libgee] Fixing generics typo in HashMap's Value collection
- Date: Thu, 3 Sep 2009 22:15:09 +0000 (UTC)
commit 526bd5d3552ef3719b3731d74e72203633e1dd9b
Author: Didier 'Ptitjes <ptitjes free fr>
Date: Fri Sep 4 00:14:53 2009 +0200
Fixing generics typo in HashMap's Value collection
gee/hashmap.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gee/hashmap.vala b/gee/hashmap.vala
index 071a607..14cdb7b 100644
--- a/gee/hashmap.vala
+++ b/gee/hashmap.vala
@@ -271,7 +271,7 @@ public class Gee.HashMap<K,V> : Gee.AbstractMap<K,V> {
}
}
- private class ValueCollection<K,V> : AbstractCollection<K> {
+ private class ValueCollection<K,V> : AbstractCollection<V> {
public HashMap<K,V> map { private set; get; }
public ValueCollection (HashMap map) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]