diff options
Diffstat (limited to 'src/slv2_internal.h')
-rw-r--r-- | src/slv2_internal.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 <stdint.h> #include <stdlib.h> #include <inttypes.h> -#include <raptor.h> +#include <glib.h> #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; |