From e0c3f426f0b7b40cdb9c65f99ac77f4974f086a8 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 30 Jan 2011 00:03:52 +0000 Subject: Non-SPARQL versions of slv2_plugin_has_latency and slv2_plugin_get_latency_port_index. git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2861 a436a847-0d15-0410-975c-d299462d15a1 --- src/slv2_internal.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/slv2_internal.h') diff --git a/src/slv2_internal.h b/src/slv2_internal.h index adf9e8b..c76a11e 100644 --- a/src/slv2_internal.h +++ b/src/slv2_internal.h @@ -159,6 +159,7 @@ struct _SLV2World { librdf_node* lv2_plugin_node; librdf_node* lv2_binary_node; librdf_node* lv2_port_node; + librdf_node* lv2_portproperty_node; librdf_node* lv2_index_node; librdf_node* lv2_symbol_node; librdf_node* rdf_a_node; -- cgit v1.2.1