From cc61578f0f1417aba3c6d147d164bc644541372b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 4 Feb 2011 02:44:07 +0000 Subject: Replace use of raptor (for raptor_sequence) with glib. SLV2 now depends only on serd, sord, and glib. git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2903 a436a847-0d15-0410-975c-d299462d15a1 --- src/slv2_internal.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/slv2_internal.h') diff --git a/src/slv2_internal.h b/src/slv2_internal.h index 6be329a..3d18906 100644 --- a/src/slv2_internal.h +++ b/src/slv2_internal.h @@ -30,7 +30,7 @@ extern "C" { #include #include #include -#include +#include #include "serd/serd.h" #include "sord/sord.h" #include "slv2/types.h" @@ -100,7 +100,7 @@ struct _SLV2Plugin { SLV2Value binary_uri; ///< lv2:binary SLV2Value dynman_uri; ///< dynamic manifest binary SLV2PluginClass plugin_class; - raptor_sequence* data_uris; ///< rdfs::seeAlso + GPtrArray* data_uris; ///< rdfs::seeAlso SLV2Port* ports; uint32_t num_ports; bool loaded; -- cgit v1.2.1