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