summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-04-27 18:53:02 +0000
committerDavid Robillard <d@drobilla.net>2011-04-27 18:53:02 +0000
commit3c1b7c2b6633cc1afee350f12d0bd7a7b3eeafa5 (patch)
tree07d0026529eea9f8073c46e01d66523c3614920e
parent12b03d5fc8c273544a34d77d442428003818ccc6 (diff)
downloadlilv-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
-rw-r--r--src/slv2_internal.h4
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;