From d30fb311225a6548aa1d6f42ea39a268b327d96d Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 4 Jan 2014 04:18:14 +0000 Subject: Add lilv_port_get_node() for using world query functions with ports. git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5255 a436a847-0d15-0410-975c-d299462d15a1 --- src/lilv_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lilv_internal.h') 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 -- cgit v1.2.1