Tags: patch

Just in case someone is interested in compiling libgee under stretch here
is a really simple patch that fixes the issue.

Laurento
Quick fix for the hashmap vala source.
--- a/gee/hashmap.vala
+++ b/gee/hashmap.vala
@@ -278,7 +278,7 @@
 		}
 	}
 
-	~HashSet () {
+	~HashMap () {
 		clear ();
 	}
 

Reply via email to