hash table REFACTOR use unified struct names
diff --git a/src/validation.c b/src/validation.c
index 1ffc42d..89ba74a 100644
--- a/src/validation.c
+++ b/src/validation.c
@@ -1250,7 +1250,7 @@
     ly_bool dyn;
     const void *hash_key;
     struct lyd_val_uniq_arg arg, *args = NULL;
-    struct hash_table **uniqtables = NULL;
+    struct ly_ht **uniqtables = NULL;
     struct lyd_value *val;
     struct ly_ctx *ctx = snode->module->ctx;