From 3c1b7c2b6633cc1afee350f12d0bd7a7b3eeafa5 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 27 Apr 2011 18:53:02 +0000 Subject: Update for new Serd API. git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@3198 a436a847-0d15-0410-975c-d299462d15a1 --- src/slv2_internal.h | 4 ++-- 1 file 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; -- cgit v1.2.1