From: Rico Tzschichholz Date: Mon, 17 Apr 2023 13:40:02 +0000 (+0200) Subject: gee: Fix reversed type-arguments X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf09bcc74feaaca7a8e914e6c00fbc07caff899b;p=thirdparty%2Fvala.git gee: Fix reversed type-arguments --- diff --git a/gee/hashmap.vala b/gee/hashmap.vala index 40dc900b4..515a6a204 100644 --- a/gee/hashmap.vala +++ b/gee/hashmap.vala @@ -387,7 +387,7 @@ public class Vala.HashMap : Map { } } - private HashMap _map; + private HashMap _map; private int _index = -1; private weak Node _node; private weak Node _next;