diff options
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; |