From 8fe04b7494fe0b8062e9afe4cf784db7f33bd5cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= Date: Mon, 4 Jan 2021 23:20:36 +0100 Subject: Hashtable: use more distinct typename for key type --- Action.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Action.c') diff --git a/Action.c b/Action.c index 81e9121d..88ccf6df 100644 --- a/Action.c +++ b/Action.c @@ -104,7 +104,7 @@ static bool changePriority(MainPanel* panel, int delta) { return anyTagged; } -static void addUserToVector(hkey_t key, void* userCast, void* panelCast) { +static void addUserToVector(ht_key_t key, void* userCast, void* panelCast) { const char* user = userCast; Panel* panel = panelCast; Panel_add(panel, (Object*) ListItem_new(user, key)); -- cgit v1.2.3