summaryrefslogtreecommitdiffstats
path: root/src/slv2_internal.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-03-07 03:39:02 +0000
committerDavid Robillard <d@drobilla.net>2011-03-07 03:39:02 +0000
commitdc07e86bc7416e494401d242db91a85ca0a84526 (patch)
treef189b160f0a7d2bd186447dd0caad842e776edaa /src/slv2_internal.h
parent711b26e71b0dcc160616fa015793a0e57acc8a8c (diff)
downloadlilv-dc07e86bc7416e494401d242db91a85ca0a84526.tar.gz
lilv-dc07e86bc7416e494401d242db91a85ca0a84526.tar.bz2
lilv-dc07e86bc7416e494401d242db91a85ca0a84526.zip
Suppose xsd:double numeric literals.
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@3045 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/slv2_internal.h')
-rw-r--r--src/slv2_internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/slv2_internal.h b/src/slv2_internal.h
index 7e3693a..9f6638c 100644
--- a/src/slv2_internal.h
+++ b/src/slv2_internal.h
@@ -224,6 +224,7 @@ struct _SLV2World {
SLV2Node slv2_dmanifest_node;
SLV2Node xsd_boolean_node;
SLV2Node xsd_decimal_node;
+ SLV2Node xsd_double_node;
SLV2Node xsd_integer_node;
SLV2Value doap_name_val;
SLV2Value lv2_name_val;