summaryrefslogtreecommitdiffstats
path: root/Action.c
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2021-01-04 23:20:36 +0100
committercgzones <cgzones@googlemail.com>2021-01-06 16:59:28 +0100
commit8fe04b7494fe0b8062e9afe4cf784db7f33bd5cd (patch)
treedd1f0ee3caebe50da4a2db46b0f75819bb6110a4 /Action.c
parent43d5c61884e7cd5229d3be2ae038f5a148742247 (diff)
Hashtable: use more distinct typename for key type
Diffstat (limited to 'Action.c')
-rw-r--r--Action.c2
1 files changed, 1 insertions, 1 deletions
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));

© 2014-2024 Faster IT GmbH | imprint | privacy policy