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 99bdee1..567fcea 100644 --- a/src/lilv_internal.h +++ b/src/lilv_internal.h @@ -64,7 +64,7 @@ typedef struct LilvSpecImpl LilvSpec; typedef void LilvCollection; struct LilvPortImpl { - SordNode* node; ///< RDF node + LilvNode* node; ///< RDF node uint32_t index; ///< lv2:index LilvNode* symbol; ///< lv2:symbol LilvNodes* classes; ///< rdf:type |