From 47c8ed163b98b307fa4f7412e59760ccff8e630f Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 3 Oct 2007 22:21:16 +0000 Subject: Fix Plugin class related bugs. git-svn-id: http://svn.drobilla.net/lad/slv2@814 a436a847-0d15-0410-975c-d299462d15a1 --- src/slv2_internal.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/slv2_internal.h') diff --git a/src/slv2_internal.h b/src/slv2_internal.h index 6aba9de..2f66670 100644 --- a/src/slv2_internal.h +++ b/src/slv2_internal.h @@ -112,8 +112,8 @@ struct _SLV2UIInstanceImpl { struct _SLV2PluginClass { struct _SLV2World* world; - char* parent_uri; - char* uri; + librdf_uri* parent_uri; + librdf_uri* uri; char* label; }; @@ -141,6 +141,7 @@ struct _SLV2World { librdf_storage* storage; librdf_model* model; librdf_parser* parser; + SLV2PluginClass lv2_plugin_class; SLV2PluginClasses plugin_classes; SLV2Plugins plugins; librdf_node* lv2_specification_node; -- cgit v1.2.1