diff options
author | David Robillard <d@drobilla.net> | 2008-05-16 19:16:43 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2008-05-16 19:16:43 +0000 |
commit | 36e6623437ed9c6b5a68d2458d0ea7ff762297b1 (patch) | |
tree | c48c6347646dca4866fc87e10d02c691ebd9dc03 /src/slv2_internal.h | |
parent | cce33e218de8177de79dfd64f84d928985d040ad (diff) | |
download | lilv-36e6623437ed9c6b5a68d2458d0ea7ff762297b1.tar.gz lilv-36e6623437ed9c6b5a68d2458d0ea7ff762297b1.tar.bz2 lilv-36e6623437ed9c6b5a68d2458d0ea7ff762297b1.zip |
Actually fix plugins with binary not mentioned in the manifest (just always load it later).
git-svn-id: http://svn.drobilla.net/lad/slv2@1211 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/slv2_internal.h')
-rw-r--r-- | src/slv2_internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/slv2_internal.h b/src/slv2_internal.h index 753867e..87c1d53 100644 --- a/src/slv2_internal.h +++ b/src/slv2_internal.h @@ -69,7 +69,7 @@ struct _SLV2Plugin { librdf_model* rdf; }; -SLV2Plugin slv2_plugin_new(SLV2World world, SLV2Value uri, librdf_uri* bundle_uri, librdf_uri* binary_uri); +SLV2Plugin slv2_plugin_new(SLV2World world, SLV2Value uri, librdf_uri* bundle_uri); void slv2_plugin_load(SLV2Plugin p); void slv2_plugin_free(SLV2Plugin plugin); void slv2_plugin_get_port_float_values(SLV2Plugin p, |