summaryrefslogtreecommitdiffstats
path: root/src/lyb.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lyb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lyb.h b/src/lyb.h
index b123ee5..70de5b7 100644
--- a/src/lyb.h
+++ b/src/lyb.h
@@ -95,7 +95,7 @@ struct lylyb_ctx {
/* LYB printer only */
struct lyd_lyb_sib_ht {
struct lysc_node *first_sibling;
- struct hash_table *ht;
+ struct ly_ht *ht;
} *sib_hts;
};