[libgee/0.6] Fix compilation error
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgee/0.6] Fix compilation error
- Date: Sat, 29 Aug 2015 13:54:36 +0000 (UTC)
commit b9594f4c27873b9b6820a090631330cb1f9728e5
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Sat Aug 29 08:53:58 2015 -0500
Fix compilation error
gee/hashmap.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gee/hashmap.vala b/gee/hashmap.vala
index 6e8670f..2b7fb33 100644
--- a/gee/hashmap.vala
+++ b/gee/hashmap.vala
@@ -278,7 +278,7 @@ public class Gee.HashMap<K,V> : Gee.AbstractMap<K,V> {
}
}
- ~HashSet () {
+ ~HashMap () {
clear ();
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]