summaryrefslogtreecommitdiffstats
path: root/src/slv2_internal.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-02-16 02:14:40 +0000
committerDavid Robillard <d@drobilla.net>2011-02-16 02:14:40 +0000
commitbeebe6550e4fc00780b9cff57084bf5da3c56118 (patch)
tree861a5de6f3398c9115ab1930688193c4cce3b5dc /src/slv2_internal.h
parent4cc15fb56f579e7eab9e0b947c433b96bc4c26f8 (diff)
downloadlilv-beebe6550e4fc00780b9cff57084bf5da3c56118.tar.gz
lilv-beebe6550e4fc00780b9cff57084bf5da3c56118.tar.bz2
lilv-beebe6550e4fc00780b9cff57084bf5da3c56118.zip
Update for new Sord API.
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2956 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/slv2_internal.h')
-rw-r--r--src/slv2_internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/slv2_internal.h b/src/slv2_internal.h
index 60ed023..1a4e852 100644
--- a/src/slv2_internal.h
+++ b/src/slv2_internal.h
@@ -190,6 +190,7 @@ void slv2_plugin_classes_free();
/** Model of LV2 (RDF) data loaded from bundles.
*/
struct _SLV2World {
+ SordWorld world;
Sord model;
SerdReader reader;
SerdEnv namespaces;