diff options
author | David Robillard <d@drobilla.net> | 2011-01-29 20:53:08 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-01-29 20:53:08 +0000 |
commit | d5a4b60e8f72b76dd4d98b43f77bd9da26c0dc4a (patch) | |
tree | daa0a28cd52fa10afa174f5bdd5b6b7c5bf59fd6 /src/slv2_internal.h | |
parent | 1e7c6fab14ca1efd91145fea55dfbf9d272f0539 (diff) | |
download | lilv-d5a4b60e8f72b76dd4d98b43f77bd9da26c0dc4a.tar.gz lilv-d5a4b60e8f72b76dd4d98b43f77bd9da26c0dc4a.tar.bz2 lilv-d5a4b60e8f72b76dd4d98b43f77bd9da26c0dc4a.zip |
Non-SPARQL version of slv2_plugin_get_value_by_qname.
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2857 a436a847-0d15-0410-975c-d299462d15a1
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; |