diff --git a/src/address_expansion_rule.h b/src/address_expansion_rule.h index b40ed7e0..a89b81f5 100644 --- a/src/address_expansion_rule.h +++ b/src/address_expansion_rule.h @@ -4,7 +4,7 @@ typedef struct address_expansion_rule { char *phrase; - uint64_t dictionary; + dictionary_type_t dictionary; int32_t canonical_index; } address_expansion_rule_t;