diff options
author | David Robillard <d@drobilla.net> | 2011-02-16 02:14:40 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-02-16 02:14:40 +0000 |
commit | beebe6550e4fc00780b9cff57084bf5da3c56118 (patch) | |
tree | 861a5de6f3398c9115ab1930688193c4cce3b5dc /src/slv2_internal.h | |
parent | 4cc15fb56f579e7eab9e0b947c433b96bc4c26f8 (diff) | |
download | lilv-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.h | 1 |
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; |