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 4e8c8da..e2a6ee1 100644 --- a/src/slv2_internal.h +++ b/src/slv2_internal.h @@ -136,6 +136,7 @@ void slv2_plugin_classes_free(); /** Model of LV2 (RDF) data loaded from bundles. */ struct _SLV2World { + bool local_world; librdf_world* world; librdf_storage* storage; librdf_model* model; |