[libgee] Fix destructor-name of HashMap
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgee] Fix destructor-name of HashMap
- Date: Fri, 26 Sep 2014 13:13:23 +0000 (UTC)
commit 778d5f997d6da99b53bd2a933281bed85713d192
Author: Rico Tzschichholz <ricotz ubuntu com>
Date: Fri Sep 26 15:12:39 2014 +0200
Fix destructor-name of HashMap
gee/hashmap.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gee/hashmap.vala b/gee/hashmap.vala
index eb3db89..b1767e3 100644
--- a/gee/hashmap.vala
+++ b/gee/hashmap.vala
@@ -323,7 +323,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]