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 93ef6af..9ba8606 100644 --- a/src/slv2_internal.h +++ b/src/slv2_internal.h @@ -150,6 +150,7 @@ struct _SLV2World { librdf_storage* storage; librdf_model* model; librdf_parser* parser; + librdf_hash* namespaces; SLV2PluginClass lv2_plugin_class; SLV2PluginClasses plugin_classes; SLV2Plugins plugins; |