diff options
author | David Robillard <d@drobilla.net> | 2011-04-27 18:53:02 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-04-27 18:53:02 +0000 |
commit | 3c1b7c2b6633cc1afee350f12d0bd7a7b3eeafa5 (patch) | |
tree | 07d0026529eea9f8073c46e01d66523c3614920e /src/slv2_internal.h | |
parent | 12b03d5fc8c273544a34d77d442428003818ccc6 (diff) | |
download | lilv-3c1b7c2b6633cc1afee350f12d0bd7a7b3eeafa5.tar.gz lilv-3c1b7c2b6633cc1afee350f12d0bd7a7b3eeafa5.tar.bz2 lilv-3c1b7c2b6633cc1afee350f12d0bd7a7b3eeafa5.zip |
Update for new Serd API.
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@3198 a436a847-0d15-0410-975c-d299462d15a1
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 9f502a9..9f1658b 100644 --- a/src/slv2_internal.h +++ b/src/slv2_internal.h @@ -216,8 +216,8 @@ typedef struct { struct _SLV2World { SordWorld world; SordModel model; - SerdReader reader; - SerdEnv namespaces; + SerdReader* reader; + SerdEnv* namespaces; unsigned n_read_files; SLV2PluginClass lv2_plugin_class; SLV2PluginClasses plugin_classes; |