diff options
Diffstat (limited to 'src/lilv_internal.h')
-rw-r--r-- | src/lilv_internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lilv_internal.h b/src/lilv_internal.h index c53eacb..710d00f 100644 --- a/src/lilv_internal.h +++ b/src/lilv_internal.h @@ -85,7 +85,7 @@ struct LilvHeader { #ifdef LILV_DYN_MANIFEST typedef struct { - LilvNode* uri; + LilvNode* bundle; void* lib; LV2_Dyn_Manifest_Handle handle; uint32_t refs; |