summaryrefslogtreecommitdiffstats
path: root/registry/registry_person.h
diff options
context:
space:
mode:
Diffstat (limited to 'registry/registry_person.h')
-rw-r--r--registry/registry_person.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/registry/registry_person.h b/registry/registry_person.h
index 30e9cb513..9a4aa959b 100644
--- a/registry/registry_person.h
+++ b/registry/registry_person.h
@@ -30,7 +30,7 @@ typedef struct registry_person_url REGISTRY_PERSON_URL;
struct registry_person {
char guid[GUID_LEN + 1]; // the person GUID
- avl_tree person_urls; // dictionary of PERSON_URLs
+ avl_tree_type person_urls; // dictionary of PERSON_URLs
uint32_t first_t; // the first time we saw this
uint32_t last_t; // the last time we saw this