[vala] gee: Fix HashMap destructor name
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala] gee: Fix HashMap destructor name
- Date: Tue, 23 Sep 2014 10:05:22 +0000 (UTC)
commit d9ed3e03a634a546c89d4ca6349ed4821020a3a7
Author: Rico Tzschichholz <ricotz ubuntu com>
Date: Tue Sep 23 12:04:13 2014 +0200
gee: Fix HashMap destructor name
gee/hashmap.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gee/hashmap.vala b/gee/hashmap.vala
index 1fb2ed3..33c2ef9 100644
--- a/gee/hashmap.vala
+++ b/gee/hashmap.vala
@@ -170,7 +170,7 @@ public class Vala.HashMap<K,V> : Map<K,V> {
}
}
- ~HashSet () {
+ ~HashMap () {
clear ();
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]